Html Css Color HEX #30C039 Lime Green

📋 copy color: '#30C039'

red 48 ◦ green 192 ◦ blue 57

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

Shades of Lime Green #30C039

Tints of Lime Green #30C039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.19%

R = 16.16%
G = 64.65%
B = 19.19%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#30C039 (or 0x30C039) is known color: Lime Green. HEX triplet: 30, C0 and 39. RGB value is (48,192,57). Sum of RGB (Red+Green+Blue) = 48+192+57=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 192 (75.39% from 255 or 64.65% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 192 - color contains mainly: green. Hex color #30C039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C039 is #CF3FC6. Grayscale: #858585. Windows color (decimal): -13582279 or 3784752. OLE color: 3784752.

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

Color convert

RGB 48 192 57 -
CMYK 0.75 0 0.70 0.25
HSL 123.75º 0.6% 0.47% -
HSV(B) 123.75º 0.75% 0.75% -
XYZ 20.81 38.62 10.23 -
YUV 133.55 84.79 66.98 -
System Red Green Blue C M Y K H S L
Decimal 48 192 57 0.75 0 0.70 0.25 123.75 0.6 0.47
Hex 30 C0 39 4B 0 46 19 7C 3C 2F
Octal 60 300 71 113 0 106 31 174 74 57
Binary 110000 11000000 111001 1001011 0 1000110 11001 1111100 111100 101111

Color Harmonies of #30C039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C039

Black with #30C039

Text Example


Text Example

White with #30C039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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