Html Css Color HEX #30C145 Lime Green

📋 copy color: '#30C145'

red 48 ◦ green 193 ◦ blue 69

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

Shades of Lime Green #30C145

Tints of Lime Green #30C145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.26%

R = 15.48%
G = 62.26%
B = 22.26%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#30C145 (or 0x30C145) is known color: Lime Green. HEX triplet: 30, C1 and 45. RGB value is (48,193,69). Sum of RGB (Red+Green+Blue) = 48+193+69=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 193 (75.78% from 255 or 62.26% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 193 - color contains mainly: green. Hex color #30C145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C145 is #CF3EBA. Grayscale: #878787. Windows color (decimal): -13582011 or 4571440. OLE color: 4571440.

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

Color convert

RGB 48 193 69 -
CMYK 0.75 0 0.64 0.24
HSL 128.69º 0.6% 0.47% -
HSV(B) 128.69º 0.75% 0.76% -
XYZ 21.36 39.2 12.07 -
YUV 135.51 90.46 65.58 -
System Red Green Blue C M Y K H S L
Decimal 48 193 69 0.75 0 0.64 0.24 128.69 0.6 0.47
Hex 30 C1 45 4B 0 40 18 81 3C 2F
Octal 60 301 105 113 0 100 30 201 74 57
Binary 110000 11000001 1000101 1001011 0 1000000 11000 10000001 111100 101111

Color Harmonies of #30C145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C145

Black with #30C145

Text Example


Text Example

White with #30C145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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