Html Css Color HEX #D5F902 Electric Lime

📋 copy color: '#D5F902'

red 213 ◦ green 249 ◦ blue 2

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

Shades of Electric Lime #D5F902

Tints of Electric Lime #D5F902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 45.91%
G = 53.66%
B = 0.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#D5F902 (or 0xD5F902) is known color: Electric Lime. HEX triplet: D5, F9 and 02. RGB value is (213,249,2). Sum of RGB (Red+Green+Blue) = 213+249+2=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 249 (97.66% from 255 or 53.66% from 464); Blue value is 2 (1.17% from 255 or 0.43% from 464); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F902 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5F902 is #2A06FD. Grayscale: #D3D3D3. Windows color (decimal): -2754302 or 195029. OLE color: 195029.

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

Color convert

RGB 213 249 2 -
CMYK 0.14 0 0.99 0.02
HSL 68.74º 0.98% 0.49% -
HSV(B) 68.74º 0.99% 0.98% -
XYZ 61.33 81.9 12.63 -
YUV 210.08 10.57 130.08 -
System Red Green Blue C M Y K H S L
Decimal 213 249 2 0.14 0 0.99 0.02 68.74 0.98 0.49
Hex D5 F9 2 E 0 63 2 45 62 31
Octal 325 371 2 16 0 143 2 105 142 61
Binary 11010101 11111001 10 1110 0 1100011 10 1000101 1100010 110001

Color Harmonies of #D5F902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F902

Black with #D5F902

Text Example


Text Example

White with #D5F902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F902; }

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

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

background-color css

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

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

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

border-color css

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

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

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