Html Css Color HEX #CCEE02 Electric Lime

📋 copy color: '#CCEE02'

red 204 ◦ green 238 ◦ blue 2

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

Shades of Electric Lime #CCEE02

Tints of Electric Lime #CCEE02

RGB

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

 GREEN value IS 238 (93.36% from 255) = 53.6%

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 45.95%
G = 53.6%
B = 0.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#CCEE02 (or 0xCCEE02) is known color: Electric Lime. HEX triplet: CC, EE and 02. RGB value is (204,238,2). Sum of RGB (Red+Green+Blue) = 204+238+2=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 238 (93.36% from 255 or 53.60% from 444); Blue value is 2 (1.17% from 255 or 0.45% from 444); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEE02 is #3311FD. Grayscale: #C9C9C9. Windows color (decimal): -3346942 or 192204. OLE color: 192204.

HSL color Cylindrical-coordinate representation of color #CCEE02: hue angle of 68.64º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCEE02 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 238 2 -
CMYK 0.14 0 0.99 0.07
HSL 68.64º 0.98% 0.47% -
HSV(B) 68.64º 0.99% 0.93% -
XYZ 55.49 73.99 11.41 -
YUV 200.93 15.74 130.19 -
System Red Green Blue C M Y K H S L
Decimal 204 238 2 0.14 0 0.99 0.07 68.64 0.98 0.47
Hex CC EE 2 E 0 63 7 45 62 2F
Octal 314 356 2 16 0 143 7 105 142 57
Binary 11001100 11101110 10 1110 0 1100011 111 1000101 1100010 101111

Color Harmonies of #CCEE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEE02

Black with #CCEE02

Text Example


Text Example

White with #CCEE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEE02; }

 p { color: rgb(204,238,2); }

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

background-color css

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

 a { background-color: rgb(204,238,2); }

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

border-color css

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

 span { border-color: rgb(204,238,2); }

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