Html Css Color HEX #CFEE08 Electric Lime

📋 copy color: '#CFEE08'

red 207 ◦ green 238 ◦ blue 8

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

Shades of Electric Lime #CFEE08

Tints of Electric Lime #CFEE08

RGB

 RED value IS 207 (81.25% from 255) = 45.7%

 GREEN value IS 238 (93.36% from 255) = 52.54%

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

R = 45.7%
G = 52.54%
B = 1.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#CFEE08 (or 0xCFEE08) is known color: Electric Lime. HEX triplet: CF, EE and 08. RGB value is (207,238,8). Sum of RGB (Red+Green+Blue) = 207+238+8=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 238 (93.36% from 255 or 52.54% from 453); Blue value is 8 (3.52% from 255 or 1.77% from 453); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEE08 is #3011F7. Grayscale: #CBCBCB. Windows color (decimal): -3150328 or 585423. OLE color: 585423.

HSL color Cylindrical-coordinate representation of color #CFEE08: hue angle of 68.09º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFEE08 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 238 8 -
CMYK 0.13 0 0.97 0.07
HSL 68.09º 0.93% 0.48% -
HSV(B) 68.09º 0.97% 0.93% -
XYZ 56.35 74.43 11.63 -
YUV 202.51 18.23 131.2 -
System Red Green Blue C M Y K H S L
Decimal 207 238 8 0.13 0 0.97 0.07 68.09 0.93 0.48
Hex CF EE 8 D 0 61 7 44 5D 30
Octal 317 356 10 15 0 141 7 104 135 60
Binary 11001111 11101110 1000 1101 0 1100001 111 1000100 1011101 110000

Color Harmonies of #CFEE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEE08

Black with #CFEE08

Text Example


Text Example

White with #CFEE08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEE08; }

 p { color: rgb(207,238,8); }

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

background-color css

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

 a { background-color: rgb(207,238,8); }

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

border-color css

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

 span { border-color: rgb(207,238,8); }

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