Html Css Color HEX #CEED15 Electric Lime

📋 copy color: '#CEED15'

red 206 ◦ green 237 ◦ blue 21

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

Shades of Electric Lime #CEED15

Tints of Electric Lime #CEED15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.53%

R = 44.4%
G = 51.08%
B = 4.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#CEED15 (or 0xCEED15) is known color: Electric Lime. HEX triplet: CE, ED and 15. RGB value is (206,237,21). Sum of RGB (Red+Green+Blue) = 206+237+21=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 237 (92.97% from 255 or 51.08% from 464); Blue value is 21 (8.59% from 255 or 4.53% from 464); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEED15 is #3112EA. Grayscale: #CBCBCB. Windows color (decimal): -3216107 or 1437134. OLE color: 1437134.

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

Color convert

RGB 206 237 21 -
CMYK 0.13 0 0.91 0.07
HSL 68.61º 0.86% 0.51% -
HSV(B) 68.61º 0.91% 0.93% -
XYZ 55.87 73.74 12 -
YUV 203.11 25.23 130.06 -
System Red Green Blue C M Y K H S L
Decimal 206 237 21 0.13 0 0.91 0.07 68.61 0.86 0.51
Hex CE ED 15 D 0 5B 7 45 56 33
Octal 316 355 25 15 0 133 7 105 126 63
Binary 11001110 11101101 10101 1101 0 1011011 111 1000101 1010110 110011

Color Harmonies of #CEED15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEED15

Black with #CEED15

Text Example


Text Example

White with #CEED15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEED15; }

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

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

background-color css

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

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

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

border-color css

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

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

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