Html Css Color HEX #CCEB13 Electric Lime

📋 copy color: '#CCEB13'

red 204 ◦ green 235 ◦ blue 19

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

Shades of Electric Lime #CCEB13

Tints of Electric Lime #CCEB13

RGB

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

 GREEN value IS 235 (92.19% from 255) = 51.31%

 BLUE value IS 19 (7.81% from 255) = 4.15%

R = 44.54%
G = 51.31%
B = 4.15%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#CCEB13 (or 0xCCEB13) is known color: Electric Lime. HEX triplet: CC, EB and 13. RGB value is (204,235,19). Sum of RGB (Red+Green+Blue) = 204+235+19=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 235 (92.19% from 255 or 51.31% from 458); Blue value is 19 (7.81% from 255 or 4.15% from 458); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEB13 is #3314EC. Grayscale: #C9C9C9. Windows color (decimal): -3347693 or 1305548. OLE color: 1305548.

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

Color convert

RGB 204 235 19 -
CMYK 0.13 0 0.92 0.08
HSL 68.61º 0.85% 0.5% -
HSV(B) 68.61º 0.92% 0.92% -
XYZ 54.73 72.3 11.69 -
YUV 201.11 25.23 130.06 -
System Red Green Blue C M Y K H S L
Decimal 204 235 19 0.13 0 0.92 0.08 68.61 0.85 0.5
Hex CC EB 13 D 0 5C 8 45 55 32
Octal 314 353 23 15 0 134 10 105 125 62
Binary 11001100 11101011 10011 1101 0 1011100 1000 1000101 1010101 110010

Color Harmonies of #CCEB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEB13

Black with #CCEB13

Text Example


Text Example

White with #CCEB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEB13; }

 p { color: rgb(204,235,19); }

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

background-color css

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

 a { background-color: rgb(204,235,19); }

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

border-color css

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

 span { border-color: rgb(204,235,19); }

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