Html Css Color HEX #D2F91C Electric Lime

📋 copy color: '#D2F91C'

red 210 ◦ green 249 ◦ blue 28

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

Shades of Electric Lime #D2F91C

Tints of Electric Lime #D2F91C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.75%

R = 43.12%
G = 51.13%
B = 5.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#D2F91C (or 0xD2F91C) is known color: Electric Lime. HEX triplet: D2, F9 and 1C. RGB value is (210,249,28). Sum of RGB (Red+Green+Blue) = 210+249+28=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 249 (97.66% from 255 or 51.13% from 487); Blue value is 28 (11.33% from 255 or 5.75% from 487); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F91C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F91C is #2D06E3. Grayscale: #D4D4D4. Windows color (decimal): -2950884 or 1898962. OLE color: 1898962.

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

Color convert

RGB 210 249 28 -
CMYK 0.16 0 0.89 0.02
HSL 70.59º 0.95% 0.54% -
HSV(B) 70.59º 0.89% 0.98% -
XYZ 60.66 81.54 13.64 -
YUV 212.15 24.08 126.47 -
System Red Green Blue C M Y K H S L
Decimal 210 249 28 0.16 0 0.89 0.02 70.59 0.95 0.54
Hex D2 F9 1C 10 0 59 2 47 5F 36
Octal 322 371 34 20 0 131 2 107 137 66
Binary 11010010 11111001 11100 10000 0 1011001 10 1000111 1011111 110110

Color Harmonies of #D2F91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F91C

Black with #D2F91C

Text Example


Text Example

White with #D2F91C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F91C; }

 p { color: rgb(210,249,28); }

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

background-color css

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

 a { background-color: rgb(210,249,28); }

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

border-color css

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

 span { border-color: rgb(210,249,28); }

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