Html Css Color HEX #CDF204 Electric Lime

📋 copy color: '#CDF204'

red 205 ◦ green 242 ◦ blue 4

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

Shades of Electric Lime #CDF204

Tints of Electric Lime #CDF204

RGB

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

 GREEN value IS 242 (94.92% from 255) = 53.66%

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

R = 45.45%
G = 53.66%
B = 0.89%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#CDF204 (or 0xCDF204) is known color: Electric Lime. HEX triplet: CD, F2 and 04. RGB value is (205,242,4). Sum of RGB (Red+Green+Blue) = 205+242+4=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 242 (94.92% from 255 or 53.66% from 451); Blue value is 4 (1.95% from 255 or 0.89% from 451); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF204 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF204 is #320DFB. Grayscale: #CCCCCC. Windows color (decimal): -3280380 or 324301. OLE color: 324301.

HSL color Cylindrical-coordinate representation of color #CDF204: hue angle of 69.33º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDF204 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 242 4 -
CMYK 0.15 0 0.98 0.05
HSL 69.33º 0.97% 0.48% -
HSV(B) 69.33º 0.98% 0.95% -
XYZ 56.95 76.49 11.88 -
YUV 203.81 15.24 128.85 -
System Red Green Blue C M Y K H S L
Decimal 205 242 4 0.15 0 0.98 0.05 69.33 0.97 0.48
Hex CD F2 4 F 0 62 5 45 61 30
Octal 315 362 4 17 0 142 5 105 141 60
Binary 11001101 11110010 100 1111 0 1100010 101 1000101 1100001 110000

Color Harmonies of #CDF204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF204

Black with #CDF204

Text Example


Text Example

White with #CDF204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF204; }

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

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

background-color css

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

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

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

border-color css

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

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

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