Html Css Color HEX #D3F90D Electric Lime

📋 copy color: '#D3F90D'

red 211 ◦ green 249 ◦ blue 13

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

Shades of Electric Lime #D3F90D

Tints of Electric Lime #D3F90D

RGB

 RED value IS 211 (82.81% from 255) = 44.61%

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

 BLUE value IS 13 (5.47% from 255) = 2.75%

R = 44.61%
G = 52.64%
B = 2.75%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#D3F90D (or 0xD3F90D) is known color: Electric Lime. HEX triplet: D3, F9 and 0D. RGB value is (211,249,13). Sum of RGB (Red+Green+Blue) = 211+249+13=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 249 (97.66% from 255 or 52.64% from 473); Blue value is 13 (5.47% from 255 or 2.75% from 473); Max value from RGB is 249 - color contains mainly: green. Hex color #D3F90D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D3F90D is #2C06F2. Grayscale: #D3D3D3. Windows color (decimal): -2885363 or 915923. OLE color: 915923.

HSL color Cylindrical-coordinate representation of color #D3F90D: hue angle of 69.66º 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 #D3F90D is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 249 13 -
CMYK 0.15 0 0.95 0.02
HSL 69.66º 0.95% 0.51% -
HSV(B) 69.66º 0.95% 0.98% -
XYZ 60.81 81.63 12.93 -
YUV 210.73 16.41 128.19 -
System Red Green Blue C M Y K H S L
Decimal 211 249 13 0.15 0 0.95 0.02 69.66 0.95 0.51
Hex D3 F9 D F 0 5F 2 46 5F 33
Octal 323 371 15 17 0 137 2 106 137 63
Binary 11010011 11111001 1101 1111 0 1011111 10 1000110 1011111 110011

Color Harmonies of #D3F90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F90D

Black with #D3F90D

Text Example


Text Example

White with #D3F90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F90D; }

 p { color: rgb(211,249,13); }

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

background-color css

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

 a { background-color: rgb(211,249,13); }

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

border-color css

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

 span { border-color: rgb(211,249,13); }

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