Html Css Color HEX #18D61B Lime Green

📋 copy color: '#18D61B'

red 24 ◦ green 214 ◦ blue 27

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

Shades of Lime Green #18D61B

Tints of Lime Green #18D61B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 80.75%

 BLUE value IS 27 (10.94% from 255) = 10.19%

R = 9.06%
G = 80.75%
B = 10.19%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#18D61B (or 0x18D61B) is known color: Lime Green. HEX triplet: 18, D6 and 1B. RGB value is (24,214,27). Sum of RGB (Red+Green+Blue) = 24+214+27=265 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.06% from 265); Green value is 214 (83.98% from 255 or 80.75% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 214 - color contains mainly: green. Hex color #18D61B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D61B is #E729E4. Grayscale: #888888. Windows color (decimal): -15149541 or 1824280. OLE color: 1824280.

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

Color convert

RGB 24 214 27 -
CMYK 0.89 0 0.87 0.16
HSL 120.95º 0.8% 0.47% -
HSV(B) 120.95º 0.89% 0.84% -
XYZ 24.62 48.37 9.07 -
YUV 135.87 66.55 48.21 -
System Red Green Blue C M Y K H S L
Decimal 24 214 27 0.89 0 0.87 0.16 120.95 0.8 0.47
Hex 18 D6 1B 59 0 57 10 79 50 2F
Octal 30 326 33 131 0 127 20 171 120 57
Binary 11000 11010110 11011 1011001 0 1010111 10000 1111001 1010000 101111

Color Harmonies of #18D61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D61B

Black with #18D61B

Text Example


Text Example

White with #18D61B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,214,27); }

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

background-color css

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

 a { background-color: rgb(24,214,27); }

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

border-color css

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

 span { border-color: rgb(24,214,27); }

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