Html Css Color HEX #18CF30 Lime Green

📋 copy color: '#18CF30'

red 24 ◦ green 207 ◦ blue 48

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

Shades of Lime Green #18CF30

Tints of Lime Green #18CF30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.2%

R = 8.6%
G = 74.19%
B = 17.2%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#18CF30 (or 0x18CF30) is known color: Lime Green. HEX triplet: 18, CF and 30. RGB value is (24,207,48). Sum of RGB (Red+Green+Blue) = 24+207+48=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 207 (81.25% from 255 or 74.19% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 207 - color contains mainly: green. Hex color #18CF30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CF30 is #E730CF. Grayscale: #868686. Windows color (decimal): -15151312 or 3198744. OLE color: 3198744.

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

Color convert

RGB 24 207 48 -
CMYK 0.88 0 0.77 0.19
HSL 127.87º 0.79% 0.45% -
HSV(B) 127.87º 0.88% 0.81% -
XYZ 23.22 45.03 10.26 -
YUV 134.16 79.37 49.43 -
System Red Green Blue C M Y K H S L
Decimal 24 207 48 0.88 0 0.77 0.19 127.87 0.79 0.45
Hex 18 CF 30 58 0 4D 13 80 4F 2D
Octal 30 317 60 130 0 115 23 200 117 55
Binary 11000 11001111 110000 1011000 0 1001101 10011 10000000 1001111 101101

Color Harmonies of #18CF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CF30

Black with #18CF30

Text Example


Text Example

White with #18CF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,207,48); }

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

background-color css

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

 a { background-color: rgb(24,207,48); }

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

border-color css

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

 span { border-color: rgb(24,207,48); }

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