Html Css Color HEX #30C434 Lime Green

📋 copy color: '#30C434'

red 48 ◦ green 196 ◦ blue 52

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

Shades of Lime Green #30C434

Tints of Lime Green #30C434

RGB

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

 GREEN value IS 196 (76.95% from 255) = 66.22%

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

R = 16.22%
G = 66.22%
B = 17.57%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#30C434 (or 0x30C434) is known color: Lime Green. HEX triplet: 30, C4 and 34. RGB value is (48,196,52). Sum of RGB (Red+Green+Blue) = 48+196+52=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 196 (76.95% from 255 or 66.22% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 196 - color contains mainly: green. Hex color #30C434 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C434 is #CF3BCB. Grayscale: #878787. Windows color (decimal): -13581260 or 3458096. OLE color: 3458096.

HSL color Cylindrical-coordinate representation of color #30C434: hue angle of 121.62º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30C434 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 48 196 52 -
CMYK 0.76 0 0.73 0.23
HSL 121.62º 0.61% 0.48% -
HSV(B) 121.62º 0.76% 0.77% -
XYZ 21.58 40.36 9.9 -
YUV 135.33 80.97 65.71 -
System Red Green Blue C M Y K H S L
Decimal 48 196 52 0.76 0 0.73 0.23 121.62 0.61 0.48
Hex 30 C4 34 4C 0 49 17 7A 3D 30
Octal 60 304 64 114 0 111 27 172 75 60
Binary 110000 11000100 110100 1001100 0 1001001 10111 1111010 111101 110000

Color Harmonies of #30C434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C434

Black with #30C434

Text Example


Text Example

White with #30C434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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