Html Css Color HEX #D1F90C Electric Lime

📋 copy color: '#D1F90C'

red 209 ◦ green 249 ◦ blue 12

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

Shades of Electric Lime #D1F90C

Tints of Electric Lime #D1F90C

RGB

 RED value IS 209 (82.03% from 255) = 44.47%

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

 BLUE value IS 12 (5.08% from 255) = 2.55%

R = 44.47%
G = 52.98%
B = 2.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#D1F90C (or 0xD1F90C) is known color: Electric Lime. HEX triplet: D1, F9 and 0C. RGB value is (209,249,12). Sum of RGB (Red+Green+Blue) = 209+249+12=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 249 (97.66% from 255 or 52.98% from 470); Blue value is 12 (5.08% from 255 or 2.55% from 470); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F90C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1F90C is #2E06F3. Grayscale: #D2D2D2. Windows color (decimal): -3016436 or 850385. OLE color: 850385.

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

Color convert

RGB 209 249 12 -
CMYK 0.16 0 0.95 0.02
HSL 70.13º 0.95% 0.51% -
HSV(B) 70.13º 0.95% 0.98% -
XYZ 60.24 81.33 12.87 -
YUV 210.02 16.25 127.27 -
System Red Green Blue C M Y K H S L
Decimal 209 249 12 0.16 0 0.95 0.02 70.13 0.95 0.51
Hex D1 F9 C 10 0 5F 2 46 5F 33
Octal 321 371 14 20 0 137 2 106 137 63
Binary 11010001 11111001 1100 10000 0 1011111 10 1000110 1011111 110011

Color Harmonies of #D1F90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F90C

Black with #D1F90C

Text Example


Text Example

White with #D1F90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F90C; }

 p { color: rgb(209,249,12); }

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

background-color css

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

 a { background-color: rgb(209,249,12); }

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

border-color css

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

 span { border-color: rgb(209,249,12); }

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