Html Css Color HEX #D2F204 Electric Lime

📋 copy color: '#D2F204'

red 210 ◦ green 242 ◦ blue 4

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

Shades of Electric Lime #D2F204

Tints of Electric Lime #D2F204

RGB

 RED value IS 210 (82.42% from 255) = 46.05%

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

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

R = 46.05%
G = 53.07%
B = 0.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#D2F204 (or 0xD2F204) is known color: Electric Lime. HEX triplet: D2, F2 and 04. RGB value is (210,242,4). Sum of RGB (Red+Green+Blue) = 210+242+4=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 242 (94.92% from 255 or 53.07% from 456); Blue value is 4 (1.95% from 255 or 0.88% from 456); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F204 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F204 is #2D0DFB. Grayscale: #CECECE. Windows color (decimal): -2952700 or 324306. OLE color: 324306.

HSL color Cylindrical-coordinate representation of color #D2F204: hue angle of 68.07º 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 #D2F204 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 242 4 -
CMYK 0.13 0 0.98 0.05
HSL 68.07º 0.97% 0.48% -
HSV(B) 68.07º 0.98% 0.95% -
XYZ 58.35 77.21 11.94 -
YUV 205.3 14.4 131.35 -
System Red Green Blue C M Y K H S L
Decimal 210 242 4 0.13 0 0.98 0.05 68.07 0.97 0.48
Hex D2 F2 4 D 0 62 5 44 61 30
Octal 322 362 4 15 0 142 5 104 141 60
Binary 11010010 11110010 100 1101 0 1100010 101 1000100 1100001 110000

Color Harmonies of #D2F204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F204

Black with #D2F204

Text Example


Text Example

White with #D2F204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F204; }

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

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

background-color css

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

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

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

border-color css

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

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

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