Html Css Color HEX #18D02B Lime Green

📋 copy color: '#18D02B'

red 24 ◦ green 208 ◦ blue 43

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

Shades of Lime Green #18D02B

Tints of Lime Green #18D02B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 75.64%

 BLUE value IS 43 (17.19% from 255) = 15.64%

R = 8.73%
G = 75.64%
B = 15.64%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#18D02B (or 0x18D02B) is known color: Lime Green. HEX triplet: 18, D0 and 2B. RGB value is (24,208,43). Sum of RGB (Red+Green+Blue) = 24+208+43=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 208 (81.64% from 255 or 75.64% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 208 - color contains mainly: green. Hex color #18D02B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D02B is #E72FD4. Grayscale: #868686. Windows color (decimal): -15151061 or 2871320. OLE color: 2871320.

HSL color Cylindrical-coordinate representation of color #18D02B: hue angle of 126.2º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18D02B is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 24 208 43 -
CMYK 0.88 0 0.79 0.18
HSL 126.2º 0.79% 0.45% -
HSV(B) 126.2º 0.88% 0.82% -
XYZ 23.37 45.48 9.83 -
YUV 134.17 76.54 49.42 -
System Red Green Blue C M Y K H S L
Decimal 24 208 43 0.88 0 0.79 0.18 126.2 0.79 0.45
Hex 18 D0 2B 58 0 4F 12 7E 4F 2D
Octal 30 320 53 130 0 117 22 176 117 55
Binary 11000 11010000 101011 1011000 0 1001111 10010 1111110 1001111 101101

Color Harmonies of #18D02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D02B

Black with #18D02B

Text Example


Text Example

White with #18D02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,208,43); }

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

background-color css

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

 a { background-color: rgb(24,208,43); }

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

border-color css

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

 span { border-color: rgb(24,208,43); }

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