Html Css Color HEX #18D535 Lime Green

📋 copy color: '#18D535'

red 24 ◦ green 213 ◦ blue 53

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

Shades of Lime Green #18D535

Tints of Lime Green #18D535

RGB

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

 GREEN value IS 213 (83.59% from 255) = 73.45%

 BLUE value IS 53 (21.09% from 255) = 18.28%

R = 8.28%
G = 73.45%
B = 18.28%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#18D535 (or 0x18D535) is known color: Lime Green. HEX triplet: 18, D5 and 35. RGB value is (24,213,53). Sum of RGB (Red+Green+Blue) = 24+213+53=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 213 (83.59% from 255 or 73.45% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 213 - color contains mainly: green. Hex color #18D535 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D535 is #E72ACA. Grayscale: #8A8A8A. Windows color (decimal): -15149771 or 3527960. OLE color: 3527960.

HSL color Cylindrical-coordinate representation of color #18D535: hue angle of 129.21º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D535 is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 24 213 53 -
CMYK 0.89 0 0.75 0.16
HSL 129.21º 0.8% 0.46% -
HSV(B) 129.21º 0.89% 0.84% -
XYZ 24.81 48.04 11.33 -
YUV 138.25 79.88 46.51 -
System Red Green Blue C M Y K H S L
Decimal 24 213 53 0.89 0 0.75 0.16 129.21 0.8 0.46
Hex 18 D5 35 59 0 4B 10 81 50 2E
Octal 30 325 65 131 0 113 20 201 120 56
Binary 11000 11010101 110101 1011001 0 1001011 10000 10000001 1010000 101110

Color Harmonies of #18D535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D535

Black with #18D535

Text Example


Text Example

White with #18D535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,213,53); }

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

background-color css

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

 a { background-color: rgb(24,213,53); }

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

border-color css

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

 span { border-color: rgb(24,213,53); }

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