Html Css Color HEX #7DCF07 Lima

📋 copy color: '#7DCF07'

red 125 ◦ green 207 ◦ blue 7

#7DCF07
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #7DCF07

Tints of Lima #7DCF07

RGB

 RED value IS 125 (49.22% from 255) = 36.87%

 GREEN value IS 207 (81.25% from 255) = 61.06%

 BLUE value IS 7 (3.13% from 255) = 2.06%

R = 36.87%
G = 61.06%
B = 2.06%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7DCF07 (or 0x7DCF07) is known color: Lima. HEX triplet: 7D, CF and 07. RGB value is (125,207,7). Sum of RGB (Red+Green+Blue) = 125+207+7=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 207 (81.25% from 255 or 61.06% from 339); Blue value is 7 (3.12% from 255 or 2.06% from 339); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DCF07 is #8230F8. Grayscale: #A0A0A0. Windows color (decimal): -8532217 or 511869. OLE color: 511869.

HSL color Cylindrical-coordinate representation of color #7DCF07: hue angle of 84.6º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7DCF07 is Cyan = 0.40, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 207 7 -
CMYK 0.40 0 0.97 0.19
HSL 84.6º 0.93% 0.42% -
HSV(B) 84.6º 0.97% 0.81% -
XYZ 30.81 49 8.04 -
YUV 159.68 41.83 103.26 -
System Red Green Blue C M Y K H S L
Decimal 125 207 7 0.40 0 0.97 0.19 84.6 0.93 0.42
Hex 7D CF 7 28 0 61 13 55 5D 2A
Octal 175 317 7 50 0 141 23 125 135 52
Binary 1111101 11001111 111 101000 0 1100001 10011 1010101 1011101 101010

Color Harmonies of #7DCF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCF07

Black with #7DCF07

Text Example


Text Example

White with #7DCF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DCF07; }

 p { color: rgb(125,207,7); }

 H1.HeaderClassName
 {
   color: #7DCF07;
 }
 .AnyTagClassName
 {
   color: #7DCF07;
 }
</style>

background-color css

<style>
 a { background-color: #7DCF07; }

 a { background-color: rgb(125,207,7); }

 div.DivClassName
 {
   background-color: #7DCF07;
 }
 .BgClassName
 {
   background-color: #7DCF07;
 }
</style>

border-color css

<style>
 span { border-color: #7DCF07; }

 span { border-color: rgb(125,207,7); }

 td.TdClassName
 {
   border-color: #7DCF07;
 }
 .TagClassName
 {
   border-color: #7DCF07;
 }
</style>