Html Css Color HEX #CDF904 Electric Lime

📋 copy color: '#CDF904'

red 205 ◦ green 249 ◦ blue 4

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

Shades of Electric Lime #CDF904

Tints of Electric Lime #CDF904

RGB

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

 GREEN value IS 249 (97.66% from 255) = 54.37%

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

R = 44.76%
G = 54.37%
B = 0.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#CDF904 (or 0xCDF904) is known color: Electric Lime. HEX triplet: CD, F9 and 04. RGB value is (205,249,4). Sum of RGB (Red+Green+Blue) = 205+249+4=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 249 (97.66% from 255 or 54.37% from 458); Blue value is 4 (1.95% from 255 or 0.87% from 458); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF904 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF904 is #3206FB. Grayscale: #D0D0D0. Windows color (decimal): -3278588 or 326093. OLE color: 326093.

HSL color Cylindrical-coordinate representation of color #CDF904: hue angle of 70.78º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDF904 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 249 4 -
CMYK 0.18 0 0.98 0.02
HSL 70.78º 0.97% 0.5% -
HSV(B) 70.78º 0.98% 0.98% -
XYZ 59.07 80.74 12.59 -
YUV 207.91 12.92 125.92 -
System Red Green Blue C M Y K H S L
Decimal 205 249 4 0.18 0 0.98 0.02 70.78 0.97 0.5
Hex CD F9 4 12 0 62 2 47 61 32
Octal 315 371 4 22 0 142 2 107 141 62
Binary 11001101 11111001 100 10010 0 1100010 10 1000111 1100001 110010

Color Harmonies of #CDF904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF904

Black with #CDF904

Text Example


Text Example

White with #CDF904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF904; }

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

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

background-color css

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

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

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

border-color css

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

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

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