Html Css Color HEX #7FCE08 Lima

📋 copy color: '#7FCE08'

red 127 ◦ green 206 ◦ blue 8

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

Shades of Lima #7FCE08

Tints of Lima #7FCE08

RGB

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

 GREEN value IS 206 (80.86% from 255) = 60.41%

 BLUE value IS 8 (3.52% from 255) = 2.35%

R = 37.24%
G = 60.41%
B = 2.35%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#7FCE08 (or 0x7FCE08) is known color: Lima. HEX triplet: 7F, CE and 08. RGB value is (127,206,8). Sum of RGB (Red+Green+Blue) = 127+206+8=341 (45% of max value = 765). Red value is 127 (50% from 255 or 37.24% from 341); Green value is 206 (80.86% from 255 or 60.41% from 341); Blue value is 8 (3.52% from 255 or 2.35% from 341); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCE08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FCE08 is #8031F7. Grayscale: #A0A0A0. Windows color (decimal): -8401400 or 577151. OLE color: 577151.

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

Color convert

RGB 127 206 8 -
CMYK 0.38 0 0.96 0.19
HSL 83.94º 0.93% 0.42% -
HSV(B) 83.94º 0.96% 0.81% -
XYZ 30.87 48.67 8 -
YUV 159.81 42.33 104.6 -
System Red Green Blue C M Y K H S L
Decimal 127 206 8 0.38 0 0.96 0.19 83.94 0.93 0.42
Hex 7F CE 8 26 0 60 13 54 5D 2A
Octal 177 316 10 46 0 140 23 124 135 52
Binary 1111111 11001110 1000 100110 0 1100000 10011 1010100 1011101 101010

Color Harmonies of #7FCE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCE08

Black with #7FCE08

Text Example


Text Example

White with #7FCE08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,206,8); }

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

background-color css

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

 a { background-color: rgb(127,206,8); }

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

border-color css

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

 span { border-color: rgb(127,206,8); }

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