Html Css Color HEX #7DCF1F Lima

📋 copy color: '#7DCF1F'

red 125 ◦ green 207 ◦ blue 31

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

Shades of Lima #7DCF1F

Tints of Lima #7DCF1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.54%

R = 34.44%
G = 57.02%
B = 8.54%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#7DCF1F (or 0x7DCF1F) is known color: Lima. HEX triplet: 7D, CF and 1F. RGB value is (125,207,31). Sum of RGB (Red+Green+Blue) = 125+207+31=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 207 (81.25% from 255 or 57.02% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCF1F is #8230E0. Grayscale: #A3A3A3. Windows color (decimal): -8532193 or 2084733. OLE color: 2084733.

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

Color convert

RGB 125 207 31 -
CMYK 0.40 0 0.85 0.19
HSL 87.95º 0.74% 0.47% -
HSV(B) 87.95º 0.85% 0.81% -
XYZ 31.02 49.08 9.14 -
YUV 162.42 53.83 101.31 -
System Red Green Blue C M Y K H S L
Decimal 125 207 31 0.40 0 0.85 0.19 87.95 0.74 0.47
Hex 7D CF 1F 28 0 55 13 58 4A 2F
Octal 175 317 37 50 0 125 23 130 112 57
Binary 1111101 11001111 11111 101000 0 1010101 10011 1011000 1001010 101111

Color Harmonies of #7DCF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCF1F

Black with #7DCF1F

Text Example


Text Example

White with #7DCF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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