Html Css Color HEX #7FCB05 Lima

📋 copy color: '#7FCB05'

red 127 ◦ green 203 ◦ blue 5

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

Shades of Lima #7FCB05

Tints of Lima #7FCB05

RGB

 RED value IS 127 (50% from 255) = 37.91%

 GREEN value IS 203 (79.69% from 255) = 60.6%

 BLUE value IS 5 (2.34% from 255) = 1.49%

R = 37.91%
G = 60.6%
B = 1.49%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#7FCB05 (or 0x7FCB05) is known color: Lima. HEX triplet: 7F, CB and 05. RGB value is (127,203,5). Sum of RGB (Red+Green+Blue) = 127+203+5=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 203 (79.69% from 255 or 60.60% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 203 - color contains mainly: green. Hex color #7FCB05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FCB05 is #8034FA. Grayscale: #9E9E9E. Windows color (decimal): -8402171 or 379775. OLE color: 379775.

HSL color Cylindrical-coordinate representation of color #7FCB05: hue angle of 83.03º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7FCB05 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 203 5 -
CMYK 0.37 0 0.98 0.20
HSL 83.03º 0.95% 0.41% -
HSV(B) 83.03º 0.98% 0.8% -
XYZ 30.14 47.23 7.67 -
YUV 157.7 41.82 106.1 -
System Red Green Blue C M Y K H S L
Decimal 127 203 5 0.37 0 0.98 0.20 83.03 0.95 0.41
Hex 7F CB 5 25 0 62 14 53 5F 29
Octal 177 313 5 45 0 142 24 123 137 51
Binary 1111111 11001011 101 100101 0 1100010 10100 1010011 1011111 101001

Color Harmonies of #7FCB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCB05

Black with #7FCB05

Text Example


Text Example

White with #7FCB05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,203,5); }

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

background-color css

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

 a { background-color: rgb(127,203,5); }

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

border-color css

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

 span { border-color: rgb(127,203,5); }

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