Html Css Color HEX #CEED06 Electric Lime

📋 copy color: '#CEED06'

red 206 ◦ green 237 ◦ blue 6

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

Shades of Electric Lime #CEED06

Tints of Electric Lime #CEED06

RGB

 RED value IS 206 (80.86% from 255) = 45.88%

 GREEN value IS 237 (92.97% from 255) = 52.78%

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

R = 45.88%
G = 52.78%
B = 1.34%

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

#CEED06 (or 0xCEED06) is known color: Electric Lime. HEX triplet: CE, ED and 06. RGB value is (206,237,6). Sum of RGB (Red+Green+Blue) = 206+237+6=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 237 (92.97% from 255 or 52.78% from 449); Blue value is 6 (2.73% from 255 or 1.34% from 449); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEED06 is #3112F9. Grayscale: #CACACA. Windows color (decimal): -3216122 or 454094. OLE color: 454094.

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

Color convert

RGB 206 237 6 -
CMYK 0.13 0 0.97 0.07
HSL 68.05º 0.95% 0.48% -
HSV(B) 68.05º 0.97% 0.93% -
XYZ 55.77 73.7 11.46 -
YUV 201.4 17.73 131.28 -
System Red Green Blue C M Y K H S L
Decimal 206 237 6 0.13 0 0.97 0.07 68.05 0.95 0.48
Hex CE ED 6 D 0 61 7 44 5F 30
Octal 316 355 6 15 0 141 7 104 137 60
Binary 11001110 11101101 110 1101 0 1100001 111 1000100 1011111 110000

Color Harmonies of #CEED06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEED06

Black with #CEED06

Text Example


Text Example

White with #CEED06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEED06; }

 p { color: rgb(206,237,6); }

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

background-color css

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

 a { background-color: rgb(206,237,6); }

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

border-color css

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

 span { border-color: rgb(206,237,6); }

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