#30CA34

Color #30CA34 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #30CA34

Tints of Lime Green #30CA34

Color information

#30CA34 (or 0x30CA34) is unknown color: approx Lime Green. HEX triplet: 30, CA and 34. RGB value is (48,202,52). Sum of RGB (Red+Green+Blue) = 48+202+52=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 202 (79.30% from 255 or 66.89% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 202 - color contains mainly: green. Hex color #30CA34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CA34 is #CF35CB. Grayscale: #8B8B8B. Windows color (decimal): -13579724 or 3459632. OLE color: 3459632.

HSL color Cylindrical-coordinate representation of color #30CA34: hue angle of 121.56º degrees, saturation: 0.62, 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 #30CA34 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB4820252-
CMYK0.7600.740.21
HSL121.56º61.6%49.02%-
HSV(B)121.56º76.24%79.22%-
XYZ22.9643.1210.36-
YUV138.8578.9863.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.89%
GREEN value IS 202 (79.30% from 255) = 66.89%
BLUE value IS 52 (20.70% from 255) = 17.22%
R=15.89%
G=66.89%
B=17.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal48202520.7600.740.21121.5661.649.02
Hex30CA344C04A157a3e31
Octal60312641140112251727661
Binary11000011001010110100100110001001010101011111010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30CA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,202,52); }

 H1.HeaderClassName
 {
   color: #30CA34;
 }
 .AnyTagClassName
 {
   color: #30CA34;
 }
</style>
background-color css

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

 a { background-color: rgb(48,202,52); }

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

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

 span { border-color: rgb(48,202,52); }

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