Html Css Color HEX #CFEE06 Electric Lime

📋 copy color: '#CFEE06'

red 207 ◦ green 238 ◦ blue 6

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

Shades of Electric Lime #CFEE06

Tints of Electric Lime #CFEE06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.33%

R = 45.9%
G = 52.77%
B = 1.33%

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

#CFEE06 (or 0xCFEE06) is known color: Electric Lime. HEX triplet: CF, EE and 06. RGB value is (207,238,6). Sum of RGB (Red+Green+Blue) = 207+238+6=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 238 (93.36% from 255 or 52.77% from 451); Blue value is 6 (2.73% from 255 or 1.33% from 451); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEE06 is #3011F9. Grayscale: #CBCBCB. Windows color (decimal): -3150330 or 454351. OLE color: 454351.

HSL color Cylindrical-coordinate representation of color #CFEE06: hue angle of 68.02º degrees, saturation: 0.95, 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 #CFEE06 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 238 6 -
CMYK 0.13 0 0.97 0.07
HSL 68.02º 0.95% 0.48% -
HSV(B) 68.02º 0.97% 0.93% -
XYZ 56.34 74.43 11.57 -
YUV 202.28 17.23 131.36 -
System Red Green Blue C M Y K H S L
Decimal 207 238 6 0.13 0 0.97 0.07 68.02 0.95 0.48
Hex CF EE 6 D 0 61 7 44 5F 30
Octal 317 356 6 15 0 141 7 104 137 60
Binary 11001111 11101110 110 1101 0 1100001 111 1000100 1011111 110000

Color Harmonies of #CFEE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEE06

Black with #CFEE06

Text Example


Text Example

White with #CFEE06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEE06; }

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

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

background-color css

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

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

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

border-color css

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

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

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