Html Css Color HEX #18BE10 Lime Green

📋 copy color: '#18BE10'

red 24 ◦ green 190 ◦ blue 16

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

Shades of Lime Green #18BE10

Tints of Lime Green #18BE10

RGB

 RED value IS 24 (9.77% from 255) = 10.43%

 GREEN value IS 190 (74.61% from 255) = 82.61%

 BLUE value IS 16 (6.64% from 255) = 6.96%

R = 10.43%
G = 82.61%
B = 6.96%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#18BE10 (or 0x18BE10) is known color: Lime Green. HEX triplet: 18, BE and 10. RGB value is (24,190,16). Sum of RGB (Red+Green+Blue) = 24+190+16=230 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.43% from 230); Green value is 190 (74.61% from 255 or 82.61% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 190 - color contains mainly: green. Hex color #18BE10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18BE10 is #E741EF. Grayscale: #797979. Windows color (decimal): -15155696 or 1097240. OLE color: 1097240.

HSL color Cylindrical-coordinate representation of color #18BE10: hue angle of 117.24º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18BE10 is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 190 16 -
CMYK 0.87 0 0.92 0.25
HSL 117.24º 0.84% 0.4% -
HSV(B) 117.24º 0.92% 0.75% -
XYZ 18.88 37.06 6.65 -
YUV 120.53 69 59.15 -
System Red Green Blue C M Y K H S L
Decimal 24 190 16 0.87 0 0.92 0.25 117.24 0.84 0.4
Hex 18 BE 10 57 0 5C 19 75 54 28
Octal 30 276 20 127 0 134 31 165 124 50
Binary 11000 10111110 10000 1010111 0 1011100 11001 1110101 1010100 101000

Color Harmonies of #18BE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BE10

Black with #18BE10

Text Example


Text Example

White with #18BE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18BE10; }

 p { color: rgb(24,190,16); }

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

background-color css

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

 a { background-color: rgb(24,190,16); }

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

border-color css

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

 span { border-color: rgb(24,190,16); }

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