Html Css Color HEX #D2FA07 Electric Lime

📋 copy color: '#D2FA07'

red 210 ◦ green 250 ◦ blue 7

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

Shades of Electric Lime #D2FA07

Tints of Electric Lime #D2FA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.5%

R = 44.97%
G = 53.53%
B = 1.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#D2FA07 (or 0xD2FA07) is known color: Electric Lime. HEX triplet: D2, FA and 07. RGB value is (210,250,7). Sum of RGB (Red+Green+Blue) = 210+250+7=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 250 (98.05% from 255 or 53.53% from 467); Blue value is 7 (3.12% from 255 or 1.50% from 467); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FA07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2FA07 is #2D05F8. Grayscale: #D3D3D3. Windows color (decimal): -2950649 or 522962. OLE color: 522962.

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

Color convert

RGB 210 250 7 -
CMYK 0.16 0 0.97 0.02
HSL 69.88º 0.96% 0.5% -
HSV(B) 69.88º 0.97% 0.98% -
XYZ 60.8 82.09 12.84 -
YUV 210.34 13.25 127.76 -
System Red Green Blue C M Y K H S L
Decimal 210 250 7 0.16 0 0.97 0.02 69.88 0.96 0.5
Hex D2 FA 7 10 0 61 2 46 60 32
Octal 322 372 7 20 0 141 2 106 140 62
Binary 11010010 11111010 111 10000 0 1100001 10 1000110 1100000 110010

Color Harmonies of #D2FA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FA07

Black with #D2FA07

Text Example


Text Example

White with #D2FA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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