Html Css Color HEX #30C037 Lime Green

📋 copy color: '#30C037'

red 48 ◦ green 192 ◦ blue 55

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

Shades of Lime Green #30C037

Tints of Lime Green #30C037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.64%

R = 16.27%
G = 65.08%
B = 18.64%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#30C037 (or 0x30C037) is known color: Lime Green. HEX triplet: 30, C0 and 37. RGB value is (48,192,55). Sum of RGB (Red+Green+Blue) = 48+192+55=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 192 (75.39% from 255 or 65.08% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 192 - color contains mainly: green. Hex color #30C037 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C037 is #CF3FC8. Grayscale: #858585. Windows color (decimal): -13582281 or 3653680. OLE color: 3653680.

HSL color Cylindrical-coordinate representation of color #30C037: hue angle of 122.92º 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 #30C037 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 192 55 -
CMYK 0.75 0 0.71 0.25
HSL 122.92º 0.6% 0.47% -
HSV(B) 122.92º 0.75% 0.75% -
XYZ 20.76 38.6 9.97 -
YUV 133.33 83.79 67.14 -
System Red Green Blue C M Y K H S L
Decimal 48 192 55 0.75 0 0.71 0.25 122.92 0.6 0.47
Hex 30 C0 37 4B 0 47 19 7B 3C 2F
Octal 60 300 67 113 0 107 31 173 74 57
Binary 110000 11000000 110111 1001011 0 1000111 11001 1111011 111100 101111

Color Harmonies of #30C037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C037

Black with #30C037

Text Example


Text Example

White with #30C037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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