Html Css Color HEX #D5F912 Electric Lime

📋 copy color: '#D5F912'

red 213 ◦ green 249 ◦ blue 18

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

Shades of Electric Lime #D5F912

Tints of Electric Lime #D5F912

RGB

 RED value IS 213 (83.59% from 255) = 44.38%

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

 BLUE value IS 18 (7.42% from 255) = 3.75%

R = 44.38%
G = 51.88%
B = 3.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#D5F912 (or 0xD5F912) is known color: Electric Lime. HEX triplet: D5, F9 and 12. RGB value is (213,249,18). Sum of RGB (Red+Green+Blue) = 213+249+18=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 249 (97.66% from 255 or 51.88% from 480); Blue value is 18 (7.42% from 255 or 3.75% from 480); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F912 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5F912 is #2A06ED. Grayscale: #D4D4D4. Windows color (decimal): -2754286 or 1243605. OLE color: 1243605.

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

Color convert

RGB 213 249 18 -
CMYK 0.14 0 0.93 0.02
HSL 69.35º 0.95% 0.52% -
HSV(B) 69.35º 0.93% 0.98% -
XYZ 61.43 81.94 13.15 -
YUV 211.9 18.57 128.78 -
System Red Green Blue C M Y K H S L
Decimal 213 249 18 0.14 0 0.93 0.02 69.35 0.95 0.52
Hex D5 F9 12 E 0 5D 2 45 5F 34
Octal 325 371 22 16 0 135 2 105 137 64
Binary 11010101 11111001 10010 1110 0 1011101 10 1000101 1011111 110100

Color Harmonies of #D5F912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F912

Black with #D5F912

Text Example


Text Example

White with #D5F912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F912; }

 p { color: rgb(213,249,18); }

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

background-color css

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

 a { background-color: rgb(213,249,18); }

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

border-color css

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

 span { border-color: rgb(213,249,18); }

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