Html Css Color HEX #10D41F Lime Green

📋 copy color: '#10D41F'

red 16 ◦ green 212 ◦ blue 31

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

Shades of Lime Green #10D41F

Tints of Lime Green #10D41F

RGB

 RED value IS 16 (6.64% from 255) = 6.18%

 GREEN value IS 212 (83.2% from 255) = 81.85%

 BLUE value IS 31 (12.5% from 255) = 11.97%

R = 6.18%
G = 81.85%
B = 11.97%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#10D41F (or 0x10D41F) is known color: Lime Green. HEX triplet: 10, D4 and 1F. RGB value is (16,212,31). Sum of RGB (Red+Green+Blue) = 16+212+31=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 212 (83.20% from 255 or 81.85% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 212 - color contains mainly: green. Hex color #10D41F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D41F is #EF2BE0. Grayscale: #858585. Windows color (decimal): -15674337 or 2085904. OLE color: 2085904.

HSL color Cylindrical-coordinate representation of color #10D41F: hue angle of 124.59º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D41F is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 16 212 31 -
CMYK 0.92 0 0.85 0.17
HSL 124.59º 0.86% 0.45% -
HSV(B) 124.59º 0.92% 0.83% -
XYZ 24 47.3 9.16 -
YUV 132.76 70.57 44.72 -
System Red Green Blue C M Y K H S L
Decimal 16 212 31 0.92 0 0.85 0.17 124.59 0.86 0.45
Hex 10 D4 1F 5C 0 55 11 7D 56 2D
Octal 20 324 37 134 0 125 21 175 126 55
Binary 10000 11010100 11111 1011100 0 1010101 10001 1111101 1010110 101101

Color Harmonies of #10D41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D41F

Black with #10D41F

Text Example


Text Example

White with #10D41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10D41F; }

 p { color: rgb(16,212,31); }

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

background-color css

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

 a { background-color: rgb(16,212,31); }

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

border-color css

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

 span { border-color: rgb(16,212,31); }

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