Html Css Color HEX #CDDD04 Electric Lime

📋 copy color: '#CDDD04'

red 205 ◦ green 221 ◦ blue 4

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

Shades of Electric Lime #CDDD04

Tints of Electric Lime #CDDD04

RGB

 RED value IS 205 (80.47% from 255) = 47.67%

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

 BLUE value IS 4 (1.95% from 255) = 0.93%

R = 47.67%
G = 51.4%
B = 0.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#CDDD04 (or 0xCDDD04) is known color: Electric Lime. HEX triplet: CD, DD and 04. RGB value is (205,221,4). Sum of RGB (Red+Green+Blue) = 205+221+4=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 221 (86.72% from 255 or 51.40% from 430); Blue value is 4 (1.95% from 255 or 0.93% from 430); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDD04 is #3222FB. Grayscale: #C0C0C0. Windows color (decimal): -3285756 or 318925. OLE color: 318925.

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

Color convert

RGB 205 221 4 -
CMYK 0.07 0 0.98 0.13
HSL 64.42º 0.96% 0.44% -
HSV(B) 64.42º 0.98% 0.87% -
XYZ 51.06 64.7 9.91 -
YUV 191.48 22.2 137.64 -
System Red Green Blue C M Y K H S L
Decimal 205 221 4 0.07 0 0.98 0.13 64.42 0.96 0.44
Hex CD DD 4 7 0 62 D 40 60 2C
Octal 315 335 4 7 0 142 15 100 140 54
Binary 11001101 11011101 100 111 0 1100010 1101 1000000 1100000 101100

Color Harmonies of #CDDD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDD04

Black with #CDDD04

Text Example


Text Example

White with #CDDD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDD04; }

 p { color: rgb(205,221,4); }

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

background-color css

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

 a { background-color: rgb(205,221,4); }

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

border-color css

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

 span { border-color: rgb(205,221,4); }

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