Html Css Color HEX #CCED15 Electric Lime

📋 copy color: '#CCED15'

red 204 ◦ green 237 ◦ blue 21

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

Shades of Electric Lime #CCED15

Tints of Electric Lime #CCED15

RGB

 RED value IS 204 (80.08% from 255) = 44.16%

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

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

R = 44.16%
G = 51.3%
B = 4.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#CCED15 (or 0xCCED15) is known color: Electric Lime. HEX triplet: CC, ED and 15. RGB value is (204,237,21). Sum of RGB (Red+Green+Blue) = 204+237+21=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 237 (92.97% from 255 or 51.30% from 462); Blue value is 21 (8.59% from 255 or 4.55% from 462); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCED15 is #3312EA. Grayscale: #CBCBCB. Windows color (decimal): -3347179 or 1437132. OLE color: 1437132.

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

Color convert

RGB 204 237 21 -
CMYK 0.14 0 0.91 0.07
HSL 69.17º 0.86% 0.51% -
HSV(B) 69.17º 0.91% 0.93% -
XYZ 55.32 73.46 11.97 -
YUV 202.51 25.57 129.06 -
System Red Green Blue C M Y K H S L
Decimal 204 237 21 0.14 0 0.91 0.07 69.17 0.86 0.51
Hex CC ED 15 E 0 5B 7 45 56 33
Octal 314 355 25 16 0 133 7 105 126 63
Binary 11001100 11101101 10101 1110 0 1011011 111 1000101 1010110 110011

Color Harmonies of #CCED15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCED15

Black with #CCED15

Text Example


Text Example

White with #CCED15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCED15; }

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

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

background-color css

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

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

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

border-color css

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

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

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