Html Css Color HEX #D4F102 Electric Lime

📋 copy color: '#D4F102'

red 212 ◦ green 241 ◦ blue 2

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

Shades of Electric Lime #D4F102

Tints of Electric Lime #D4F102

RGB

 RED value IS 212 (83.2% from 255) = 46.59%

 GREEN value IS 241 (94.53% from 255) = 52.97%

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

R = 46.59%
G = 52.97%
B = 0.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#D4F102 (or 0xD4F102) is known color: Electric Lime. HEX triplet: D4, F1 and 02. RGB value is (212,241,2). Sum of RGB (Red+Green+Blue) = 212+241+2=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 241 (94.53% from 255 or 52.97% from 455); Blue value is 2 (1.17% from 255 or 0.44% from 455); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F102 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D4F102 is #2B0EFD. Grayscale: #CECECE. Windows color (decimal): -2821886 or 192980. OLE color: 192980.

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

Color convert

RGB 212 241 2 -
CMYK 0.12 0 0.99 0.05
HSL 67.28º 0.98% 0.48% -
HSV(B) 67.28º 0.99% 0.95% -
XYZ 58.62 76.91 11.81 -
YUV 205.08 13.39 132.93 -
System Red Green Blue C M Y K H S L
Decimal 212 241 2 0.12 0 0.99 0.05 67.28 0.98 0.48
Hex D4 F1 2 C 0 63 5 43 62 30
Octal 324 361 2 14 0 143 5 103 142 60
Binary 11010100 11110001 10 1100 0 1100011 101 1000011 1100010 110000

Color Harmonies of #D4F102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F102

Black with #D4F102

Text Example


Text Example

White with #D4F102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F102; }

 p { color: rgb(212,241,2); }

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

background-color css

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

 a { background-color: rgb(212,241,2); }

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

border-color css

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

 span { border-color: rgb(212,241,2); }

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