Html Css Color HEX #CCDD02 Electric Lime

📋 copy color: '#CCDD02'

red 204 ◦ green 221 ◦ blue 2

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

Shades of Electric Lime #CCDD02

Tints of Electric Lime #CCDD02

RGB

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

 GREEN value IS 221 (86.72% from 255) = 51.76%

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

R = 47.78%
G = 51.76%
B = 0.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#CCDD02 (or 0xCCDD02) is known color: Electric Lime. HEX triplet: CC, DD and 02. RGB value is (204,221,2). Sum of RGB (Red+Green+Blue) = 204+221+2=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 221 (86.72% from 255 or 51.76% from 427); Blue value is 2 (1.17% from 255 or 0.47% from 427); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDD02 is #3322FD. Grayscale: #BFBFBF. Windows color (decimal): -3351294 or 187852. OLE color: 187852.

HSL color Cylindrical-coordinate representation of color #CCDD02: hue angle of 64.66º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCDD02 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 2 -
CMYK 0.08 0 0.99 0.13
HSL 64.66º 0.98% 0.44% -
HSV(B) 64.66º 0.99% 0.87% -
XYZ 50.77 64.55 9.84 -
YUV 190.95 21.37 137.31 -
System Red Green Blue C M Y K H S L
Decimal 204 221 2 0.08 0 0.99 0.13 64.66 0.98 0.44
Hex CC DD 2 8 0 63 D 41 62 2C
Octal 314 335 2 10 0 143 15 101 142 54
Binary 11001100 11011101 10 1000 0 1100011 1101 1000001 1100010 101100

Color Harmonies of #CCDD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD02

Black with #CCDD02

Text Example


Text Example

White with #CCDD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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