Html Css Color HEX #CCEA0D Electric Lime

📋 copy color: '#CCEA0D'

red 204 ◦ green 234 ◦ blue 13

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

Shades of Electric Lime #CCEA0D

Tints of Electric Lime #CCEA0D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 51.88%

 BLUE value IS 13 (5.47% from 255) = 2.88%

R = 45.23%
G = 51.88%
B = 2.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#CCEA0D (or 0xCCEA0D) is known color: Electric Lime. HEX triplet: CC, EA and 0D. RGB value is (204,234,13). Sum of RGB (Red+Green+Blue) = 204+234+13=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 234 (91.80% from 255 or 51.88% from 451); Blue value is 13 (5.47% from 255 or 2.88% from 451); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEA0D is #3315F2. Grayscale: #C8C8C8. Windows color (decimal): -3347955 or 912076. OLE color: 912076.

HSL color Cylindrical-coordinate representation of color #CCEA0D: hue angle of 68.14º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCEA0D is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 234 13 -
CMYK 0.13 0 0.94 0.08
HSL 68.14º 0.89% 0.48% -
HSV(B) 68.14º 0.94% 0.92% -
XYZ 54.4 71.71 11.36 -
YUV 199.84 22.56 130.97 -
System Red Green Blue C M Y K H S L
Decimal 204 234 13 0.13 0 0.94 0.08 68.14 0.89 0.48
Hex CC EA D D 0 5E 8 44 59 30
Octal 314 352 15 15 0 136 10 104 131 60
Binary 11001100 11101010 1101 1101 0 1011110 1000 1000100 1011001 110000

Color Harmonies of #CCEA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA0D

Black with #CCEA0D

Text Example


Text Example

White with #CCEA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA0D; }

 p { color: rgb(204,234,13); }

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

background-color css

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

 a { background-color: rgb(204,234,13); }

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

border-color css

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

 span { border-color: rgb(204,234,13); }

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