Html Css Color HEX #D0FA02 Electric Lime

📋 copy color: '#D0FA02'

red 208 ◦ green 250 ◦ blue 2

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

Shades of Electric Lime #D0FA02

Tints of Electric Lime #D0FA02

RGB

 RED value IS 208 (81.64% from 255) = 45.22%

 GREEN value IS 250 (98.05% from 255) = 54.35%

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

R = 45.22%
G = 54.35%
B = 0.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#D0FA02 (or 0xD0FA02) is known color: Electric Lime. HEX triplet: D0, FA and 02. RGB value is (208,250,2). Sum of RGB (Red+Green+Blue) = 208+250+2=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 250 (98.05% from 255 or 54.35% from 460); Blue value is 2 (1.17% from 255 or 0.43% from 460); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D0FA02 is #2F05FD. Grayscale: #D2D2D2. Windows color (decimal): -3081726 or 195280. OLE color: 195280.

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

Color convert

RGB 208 250 2 -
CMYK 0.17 0 0.99 0.02
HSL 70.16º 0.98% 0.49% -
HSV(B) 70.16º 0.99% 0.98% -
XYZ 60.21 81.79 12.67 -
YUV 209.17 11.09 127.17 -
System Red Green Blue C M Y K H S L
Decimal 208 250 2 0.17 0 0.99 0.02 70.16 0.98 0.49
Hex D0 FA 2 11 0 63 2 46 62 31
Octal 320 372 2 21 0 143 2 106 142 61
Binary 11010000 11111010 10 10001 0 1100011 10 1000110 1100010 110001

Color Harmonies of #D0FA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FA02

Black with #D0FA02

Text Example


Text Example

White with #D0FA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FA02; }

 p { color: rgb(208,250,2); }

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

background-color css

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

 a { background-color: rgb(208,250,2); }

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

border-color css

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

 span { border-color: rgb(208,250,2); }

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