Html Css Color HEX #CEED05 Electric Lime

📋 copy color: '#CEED05'

red 206 ◦ green 237 ◦ blue 5

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

Shades of Electric Lime #CEED05

Tints of Electric Lime #CEED05

RGB

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

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

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

R = 45.98%
G = 52.9%
B = 1.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#CEED05 (or 0xCEED05) is known color: Electric Lime. HEX triplet: CE, ED and 05. RGB value is (206,237,5). Sum of RGB (Red+Green+Blue) = 206+237+5=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 237 (92.97% from 255 or 52.90% from 448); Blue value is 5 (2.34% from 255 or 1.12% from 448); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEED05 is #3112FA. Grayscale: #CACACA. Windows color (decimal): -3216123 or 388558. OLE color: 388558.

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

Color convert

RGB 206 237 5 -
CMYK 0.13 0 0.98 0.07
HSL 68.02º 0.96% 0.47% -
HSV(B) 68.02º 0.98% 0.93% -
XYZ 55.77 73.7 11.43 -
YUV 201.28 17.23 131.36 -
System Red Green Blue C M Y K H S L
Decimal 206 237 5 0.13 0 0.98 0.07 68.02 0.96 0.47
Hex CE ED 5 D 0 62 7 44 60 2F
Octal 316 355 5 15 0 142 7 104 140 57
Binary 11001110 11101101 101 1101 0 1100010 111 1000100 1100000 101111

Color Harmonies of #CEED05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEED05

Black with #CEED05

Text Example


Text Example

White with #CEED05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEED05; }

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

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

background-color css

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

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

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

border-color css

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

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

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