Html Css Color HEX #D2F302 Electric Lime

📋 copy color: '#D2F302'

red 210 ◦ green 243 ◦ blue 2

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

Shades of Electric Lime #D2F302

Tints of Electric Lime #D2F302

RGB

 RED value IS 210 (82.42% from 255) = 46.15%

 GREEN value IS 243 (95.31% from 255) = 53.41%

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

R = 46.15%
G = 53.41%
B = 0.44%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#D2F302 (or 0xD2F302) is known color: Electric Lime. HEX triplet: D2, F3 and 02. RGB value is (210,243,2). Sum of RGB (Red+Green+Blue) = 210+243+2=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 243 (95.31% from 255 or 53.41% from 455); Blue value is 2 (1.17% from 255 or 0.44% from 455); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F302 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2F302 is #2D0CFD. Grayscale: #CECECE. Windows color (decimal): -2952446 or 193490. OLE color: 193490.

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

Color convert

RGB 210 243 2 -
CMYK 0.14 0 0.99 0.05
HSL 68.22º 0.98% 0.48% -
HSV(B) 68.22º 0.99% 0.95% -
XYZ 58.64 77.81 11.99 -
YUV 205.66 13.07 131.1 -
System Red Green Blue C M Y K H S L
Decimal 210 243 2 0.14 0 0.99 0.05 68.22 0.98 0.48
Hex D2 F3 2 E 0 63 5 44 62 30
Octal 322 363 2 16 0 143 5 104 142 60
Binary 11010010 11110011 10 1110 0 1100011 101 1000100 1100010 110000

Color Harmonies of #D2F302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F302

Black with #D2F302

Text Example


Text Example

White with #D2F302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F302; }

 p { color: rgb(210,243,2); }

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

background-color css

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

 a { background-color: rgb(210,243,2); }

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

border-color css

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

 span { border-color: rgb(210,243,2); }

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