Html Css Color HEX #30C034 Lime Green

📋 copy color: '#30C034'

red 48 ◦ green 192 ◦ blue 52

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

Shades of Lime Green #30C034

Tints of Lime Green #30C034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.81%

R = 16.44%
G = 65.75%
B = 17.81%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#30C034 (or 0x30C034) is known color: Lime Green. HEX triplet: 30, C0 and 34. RGB value is (48,192,52). Sum of RGB (Red+Green+Blue) = 48+192+52=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 192 (75.39% from 255 or 65.75% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 192 - color contains mainly: green. Hex color #30C034 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C034 is #CF3FCB. Grayscale: #858585. Windows color (decimal): -13582284 or 3457072. OLE color: 3457072.

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

Color convert

RGB 48 192 52 -
CMYK 0.75 0 0.73 0.25
HSL 121.67º 0.6% 0.47% -
HSV(B) 121.67º 0.75% 0.75% -
XYZ 20.69 38.58 9.6 -
YUV 132.98 82.29 67.38 -
System Red Green Blue C M Y K H S L
Decimal 48 192 52 0.75 0 0.73 0.25 121.67 0.6 0.47
Hex 30 C0 34 4B 0 49 19 7A 3C 2F
Octal 60 300 64 113 0 111 31 172 74 57
Binary 110000 11000000 110100 1001011 0 1001001 11001 1111010 111100 101111

Color Harmonies of #30C034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C034

Black with #30C034

Text Example


Text Example

White with #30C034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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