Html Css Color HEX #D5F90C Electric Lime

📋 copy color: '#D5F90C'

red 213 ◦ green 249 ◦ blue 12

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

Shades of Electric Lime #D5F90C

Tints of Electric Lime #D5F90C

RGB

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

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

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

R = 44.94%
G = 52.53%
B = 2.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#D5F90C (or 0xD5F90C) is known color: Electric Lime. HEX triplet: D5, F9 and 0C. RGB value is (213,249,12). Sum of RGB (Red+Green+Blue) = 213+249+12=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 249 (97.66% from 255 or 52.53% from 474); Blue value is 12 (5.08% from 255 or 2.53% from 474); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F90C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5F90C is #2A06F3. Grayscale: #D4D4D4. Windows color (decimal): -2754292 or 850389. OLE color: 850389.

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

Color convert

RGB 213 249 12 -
CMYK 0.14 0 0.95 0.02
HSL 69.11º 0.95% 0.51% -
HSV(B) 69.11º 0.95% 0.98% -
XYZ 61.38 81.92 12.93 -
YUV 211.22 15.57 129.27 -
System Red Green Blue C M Y K H S L
Decimal 213 249 12 0.14 0 0.95 0.02 69.11 0.95 0.51
Hex D5 F9 C E 0 5F 2 45 5F 33
Octal 325 371 14 16 0 137 2 105 137 63
Binary 11010101 11111001 1100 1110 0 1011111 10 1000101 1011111 110011

Color Harmonies of #D5F90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F90C

Black with #D5F90C

Text Example


Text Example

White with #D5F90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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