Html Css Color HEX #30C12D Lime Green

📋 copy color: '#30C12D'

red 48 ◦ green 193 ◦ blue 45

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

Shades of Lime Green #30C12D

Tints of Lime Green #30C12D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 67.48%

 BLUE value IS 45 (17.97% from 255) = 15.73%

R = 16.78%
G = 67.48%
B = 15.73%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#30C12D (or 0x30C12D) is known color: Lime Green. HEX triplet: 30, C1 and 2D. RGB value is (48,193,45). Sum of RGB (Red+Green+Blue) = 48+193+45=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 193 (75.78% from 255 or 67.48% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 193 - color contains mainly: green. Hex color #30C12D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C12D is #CF3ED2. Grayscale: #858585. Windows color (decimal): -13582035 or 2998576. OLE color: 2998576.

HSL color Cylindrical-coordinate representation of color #30C12D: hue angle of 118.78º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30C12D is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 48 193 45 -
CMYK 0.75 0 0.77 0.24
HSL 118.78º 0.62% 0.47% -
HSV(B) 118.78º 0.77% 0.76% -
XYZ 20.76 38.96 8.91 -
YUV 132.77 78.46 67.53 -
System Red Green Blue C M Y K H S L
Decimal 48 193 45 0.75 0 0.77 0.24 118.78 0.62 0.47
Hex 30 C1 2D 4B 0 4D 18 77 3E 2F
Octal 60 301 55 113 0 115 30 167 76 57
Binary 110000 11000001 101101 1001011 0 1001101 11000 1110111 111110 101111

Color Harmonies of #30C12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C12D

Black with #30C12D

Text Example


Text Example

White with #30C12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,193,45); }

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

background-color css

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

 a { background-color: rgb(48,193,45); }

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

border-color css

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

 span { border-color: rgb(48,193,45); }

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