Html Css Color HEX #D2FA02 Electric Lime

📋 copy color: '#D2FA02'

red 210 ◦ green 250 ◦ blue 2

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

Shades of Electric Lime #D2FA02

Tints of Electric Lime #D2FA02

RGB

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

 GREEN value IS 250 (98.05% from 255) = 54.11%

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 45.45%
G = 54.11%
B = 0.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#D2FA02 (or 0xD2FA02) is known color: Electric Lime. HEX triplet: D2, FA and 02. RGB value is (210,250,2). Sum of RGB (Red+Green+Blue) = 210+250+2=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 250 (98.05% from 255 or 54.11% from 462); Blue value is 2 (1.17% from 255 or 0.43% from 462); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2FA02 is #2D05FD. Grayscale: #D2D2D2. Windows color (decimal): -2950654 or 195282. OLE color: 195282.

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

Color convert

RGB 210 250 2 -
CMYK 0.16 0 0.99 0.02
HSL 69.68º 0.98% 0.49% -
HSV(B) 69.68º 0.99% 0.98% -
XYZ 60.77 82.08 12.7 -
YUV 209.77 10.75 128.17 -
System Red Green Blue C M Y K H S L
Decimal 210 250 2 0.16 0 0.99 0.02 69.68 0.98 0.49
Hex D2 FA 2 10 0 63 2 46 62 31
Octal 322 372 2 20 0 143 2 106 142 61
Binary 11010010 11111010 10 10000 0 1100011 10 1000110 1100010 110001

Color Harmonies of #D2FA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FA02

Black with #D2FA02

Text Example


Text Example

White with #D2FA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FA02; }

 p { color: rgb(210,250,2); }

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

background-color css

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

 a { background-color: rgb(210,250,2); }

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

border-color css

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

 span { border-color: rgb(210,250,2); }

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