Html Css Color HEX #30C03D Lime Green

📋 copy color: '#30C03D'

red 48 ◦ green 192 ◦ blue 61

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

Shades of Lime Green #30C03D

Tints of Lime Green #30C03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.27%

R = 15.95%
G = 63.79%
B = 20.27%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#30C03D (or 0x30C03D) is known color: Lime Green. HEX triplet: 30, C0 and 3D. RGB value is (48,192,61). Sum of RGB (Red+Green+Blue) = 48+192+61=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 192 (75.39% from 255 or 63.79% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 192 - color contains mainly: green. Hex color #30C03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C03D is #CF3FC2. Grayscale: #868686. Windows color (decimal): -13582275 or 4046896. OLE color: 4046896.

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

Color convert

RGB 48 192 61 -
CMYK 0.75 0 0.68 0.25
HSL 125.42º 0.6% 0.47% -
HSV(B) 125.42º 0.75% 0.75% -
XYZ 20.91 38.66 10.78 -
YUV 134.01 86.79 66.65 -
System Red Green Blue C M Y K H S L
Decimal 48 192 61 0.75 0 0.68 0.25 125.42 0.6 0.47
Hex 30 C0 3D 4B 0 44 19 7D 3C 2F
Octal 60 300 75 113 0 104 31 175 74 57
Binary 110000 11000000 111101 1001011 0 1000100 11001 1111101 111100 101111

Color Harmonies of #30C03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C03D

Black with #30C03D

Text Example


Text Example

White with #30C03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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