Html Css Color HEX #CCDF04 Electric Lime

📋 copy color: '#CCDF04'

red 204 ◦ green 223 ◦ blue 4

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

Shades of Electric Lime #CCDF04

Tints of Electric Lime #CCDF04

RGB

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

 GREEN value IS 223 (87.5% from 255) = 51.74%

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

R = 47.33%
G = 51.74%
B = 0.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#CCDF04 (or 0xCCDF04) is known color: Electric Lime. HEX triplet: CC, DF and 04. RGB value is (204,223,4). Sum of RGB (Red+Green+Blue) = 204+223+4=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 223 (87.5% from 255 or 51.74% from 431); Blue value is 4 (1.95% from 255 or 0.93% from 431); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDF04 is #3320FB. Grayscale: #C1C1C1. Windows color (decimal): -3350780 or 319436. OLE color: 319436.

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

Color convert

RGB 204 223 4 -
CMYK 0.09 0 0.98 0.13
HSL 65.21º 0.96% 0.45% -
HSV(B) 65.21º 0.98% 0.87% -
XYZ 51.31 65.62 10.08 -
YUV 192.35 21.71 136.31 -
System Red Green Blue C M Y K H S L
Decimal 204 223 4 0.09 0 0.98 0.13 65.21 0.96 0.45
Hex CC DF 4 9 0 62 D 41 60 2D
Octal 314 337 4 11 0 142 15 101 140 55
Binary 11001100 11011111 100 1001 0 1100010 1101 1000001 1100000 101101

Color Harmonies of #CCDF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDF04

Black with #CCDF04

Text Example


Text Example

White with #CCDF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDF04; }

 p { color: rgb(204,223,4); }

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

background-color css

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

 a { background-color: rgb(204,223,4); }

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

border-color css

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

 span { border-color: rgb(204,223,4); }

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