Html Css Color HEX #30C024 Lime Green

📋 copy color: '#30C024'

red 48 ◦ green 192 ◦ blue 36

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

Shades of Lime Green #30C024

Tints of Lime Green #30C024

RGB

 RED value IS 48 (19.14% from 255) = 17.39%

 GREEN value IS 192 (75.39% from 255) = 69.57%

 BLUE value IS 36 (14.45% from 255) = 13.04%

R = 17.39%
G = 69.57%
B = 13.04%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#30C024 (or 0x30C024) is known color: Lime Green. HEX triplet: 30, C0 and 24. RGB value is (48,192,36). Sum of RGB (Red+Green+Blue) = 48+192+36=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 192 (75.39% from 255 or 69.57% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 192 - color contains mainly: green. Hex color #30C024 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C024 is #CF3FDB. Grayscale: #838383. Windows color (decimal): -13582300 or 2408496. OLE color: 2408496.

HSL color Cylindrical-coordinate representation of color #30C024: hue angle of 115.38º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30C024 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 192 36 -
CMYK 0.75 0 0.81 0.25
HSL 115.38º 0.68% 0.45% -
HSV(B) 115.38º 0.81% 0.75% -
XYZ 20.39 38.46 8.02 -
YUV 131.16 74.29 68.68 -
System Red Green Blue C M Y K H S L
Decimal 48 192 36 0.75 0 0.81 0.25 115.38 0.68 0.45
Hex 30 C0 24 4B 0 51 19 73 44 2D
Octal 60 300 44 113 0 121 31 163 104 55
Binary 110000 11000000 100100 1001011 0 1010001 11001 1110011 1000100 101101

Color Harmonies of #30C024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C024

Black with #30C024

Text Example


Text Example

White with #30C024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30C024; }

 p { color: rgb(48,192,36); }

 H1.HeaderClassName
 {
   color: #30C024;
 }
 .AnyTagClassName
 {
   color: #30C024;
 }
</style>

background-color css

<style>
 a { background-color: #30C024; }

 a { background-color: rgb(48,192,36); }

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

border-color css

<style>
 span { border-color: #30C024; }

 span { border-color: rgb(48,192,36); }

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