Html Css Color HEX #10CF1D Lime Green

📋 copy color: '#10CF1D'

red 16 ◦ green 207 ◦ blue 29

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

Shades of Lime Green #10CF1D

Tints of Lime Green #10CF1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.51%

R = 6.35%
G = 82.14%
B = 11.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#10CF1D (or 0x10CF1D) is known color: Lime Green. HEX triplet: 10, CF and 1D. RGB value is (16,207,29). Sum of RGB (Red+Green+Blue) = 16+207+29=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 207 (81.25% from 255 or 82.14% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 207 - color contains mainly: green. Hex color #10CF1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CF1D is #EF30E2. Grayscale: #828282. Windows color (decimal): -15675619 or 1953552. OLE color: 1953552.

HSL color Cylindrical-coordinate representation of color #10CF1D: hue angle of 124.08º 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 #10CF1D is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 207 29 -
CMYK 0.92 0 0.86 0.19
HSL 124.08º 0.86% 0.44% -
HSV(B) 124.08º 0.92% 0.81% -
XYZ 22.75 44.82 8.62 -
YUV 129.6 71.22 46.97 -
System Red Green Blue C M Y K H S L
Decimal 16 207 29 0.92 0 0.86 0.19 124.08 0.86 0.44
Hex 10 CF 1D 5C 0 56 13 7C 56 2C
Octal 20 317 35 134 0 126 23 174 126 54
Binary 10000 11001111 11101 1011100 0 1010110 10011 1111100 1010110 101100

Color Harmonies of #10CF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CF1D

Black with #10CF1D

Text Example


Text Example

White with #10CF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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