Html Css Color HEX #CCEE03 Electric Lime

📋 copy color: '#CCEE03'

red 204 ◦ green 238 ◦ blue 3

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

Shades of Electric Lime #CCEE03

Tints of Electric Lime #CCEE03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.67%

R = 45.84%
G = 53.48%
B = 0.67%

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

#CCEE03 (or 0xCCEE03) is known color: Electric Lime. HEX triplet: CC, EE and 03. RGB value is (204,238,3). Sum of RGB (Red+Green+Blue) = 204+238+3=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 238 (93.36% from 255 or 53.48% from 445); Blue value is 3 (1.56% from 255 or 0.67% from 445); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEE03 is #3311FC. Grayscale: #C9C9C9. Windows color (decimal): -3346941 or 257740. OLE color: 257740.

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

Color convert

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

Color Harmonies of #CCEE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEE03

Black with #CCEE03

Text Example


Text Example

White with #CCEE03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEE03; }

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

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

background-color css

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

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

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

border-color css

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

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

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