Html Css Color HEX #10CF1F Lime Green

📋 copy color: '#10CF1F'

red 16 ◦ green 207 ◦ blue 31

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

Shades of Lime Green #10CF1F

Tints of Lime Green #10CF1F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 81.5%

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

R = 6.3%
G = 81.5%
B = 12.2%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#10CF1F (or 0x10CF1F) is known color: Lime Green. HEX triplet: 10, CF and 1F. RGB value is (16,207,31). Sum of RGB (Red+Green+Blue) = 16+207+31=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 207 (81.25% from 255 or 81.50% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 207 - color contains mainly: green. Hex color #10CF1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CF1F is #EF30E0. Grayscale: #828282. Windows color (decimal): -15675617 or 2084624. OLE color: 2084624.

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

Color convert

RGB 16 207 31 -
CMYK 0.92 0 0.85 0.19
HSL 124.71º 0.86% 0.44% -
HSV(B) 124.71º 0.92% 0.81% -
XYZ 22.77 44.83 8.75 -
YUV 129.83 72.22 46.81 -
System Red Green Blue C M Y K H S L
Decimal 16 207 31 0.92 0 0.85 0.19 124.71 0.86 0.44
Hex 10 CF 1F 5C 0 55 13 7D 56 2C
Octal 20 317 37 134 0 125 23 175 126 54
Binary 10000 11001111 11111 1011100 0 1010101 10011 1111101 1010110 101100

Color Harmonies of #10CF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CF1F

Black with #10CF1F

Text Example


Text Example

White with #10CF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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