Html Css Color HEX #30C93D Lime Green

📋 copy color: '#30C93D'

red 48 ◦ green 201 ◦ blue 61

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

Shades of Lime Green #30C93D

Tints of Lime Green #30C93D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 64.84%

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

R = 15.48%
G = 64.84%
B = 19.68%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#30C93D (or 0x30C93D) is known color: Lime Green. HEX triplet: 30, C9 and 3D. RGB value is (48,201,61). Sum of RGB (Red+Green+Blue) = 48+201+61=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 201 (78.91% from 255 or 64.84% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 201 - color contains mainly: green. Hex color #30C93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C93D is #CF36C2. Grayscale: #8B8B8B. Windows color (decimal): -13579971 or 4049200. OLE color: 4049200.

HSL color Cylindrical-coordinate representation of color #30C93D: hue angle of 125.1º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C93D is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 48 201 61 -
CMYK 0.76 0 0.70 0.21
HSL 125.1º 0.61% 0.49% -
HSV(B) 125.1º 0.76% 0.79% -
XYZ 22.95 42.74 11.45 -
YUV 139.29 83.81 62.88 -
System Red Green Blue C M Y K H S L
Decimal 48 201 61 0.76 0 0.70 0.21 125.1 0.61 0.49
Hex 30 C9 3D 4C 0 46 15 7D 3D 31
Octal 60 311 75 114 0 106 25 175 75 61
Binary 110000 11001001 111101 1001100 0 1000110 10101 1111101 111101 110001

Color Harmonies of #30C93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C93D

Black with #30C93D

Text Example


Text Example

White with #30C93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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