Html Css Color HEX #CCEB14 Electric Lime

📋 copy color: '#CCEB14'

red 204 ◦ green 235 ◦ blue 20

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

Shades of Electric Lime #CCEB14

Tints of Electric Lime #CCEB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.36%

R = 44.44%
G = 51.2%
B = 4.36%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#CCEB14 (or 0xCCEB14) is known color: Electric Lime. HEX triplet: CC, EB and 14. RGB value is (204,235,20). Sum of RGB (Red+Green+Blue) = 204+235+20=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 235 (92.19% from 255 or 51.20% from 459); Blue value is 20 (8.20% from 255 or 4.36% from 459); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEB14 is #3314EB. Grayscale: #CACACA. Windows color (decimal): -3347692 or 1371084. OLE color: 1371084.

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

Color convert

RGB 204 235 20 -
CMYK 0.13 0 0.91 0.08
HSL 68.65º 0.84% 0.5% -
HSV(B) 68.65º 0.91% 0.92% -
XYZ 54.74 72.3 11.73 -
YUV 201.22 25.73 129.98 -
System Red Green Blue C M Y K H S L
Decimal 204 235 20 0.13 0 0.91 0.08 68.65 0.84 0.5
Hex CC EB 14 D 0 5B 8 45 54 32
Octal 314 353 24 15 0 133 10 105 124 62
Binary 11001100 11101011 10100 1101 0 1011011 1000 1000101 1010100 110010

Color Harmonies of #CCEB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEB14

Black with #CCEB14

Text Example


Text Example

White with #CCEB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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