Html Css Color HEX #30B735 Lime Green

📋 copy color: '#30B735'

red 48 ◦ green 183 ◦ blue 53

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

Shades of Lime Green #30B735

Tints of Lime Green #30B735

RGB

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

 GREEN value IS 183 (71.88% from 255) = 64.44%

 BLUE value IS 53 (21.09% from 255) = 18.66%

R = 16.9%
G = 64.44%
B = 18.66%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#30B735 (or 0x30B735) is known color: Lime Green. HEX triplet: 30, B7 and 35. RGB value is (48,183,53). Sum of RGB (Red+Green+Blue) = 48+183+53=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 183 (71.88% from 255 or 64.44% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 183 - color contains mainly: green. Hex color #30B735 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B735 is #CF48CA. Grayscale: #808080. Windows color (decimal): -13584587 or 3520304. OLE color: 3520304.

HSL color Cylindrical-coordinate representation of color #30B735: hue angle of 122.22º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B735 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB 48 183 53 -
CMYK 0.74 0 0.71 0.28
HSL 122.22º 0.58% 0.45% -
HSV(B) 122.22º 0.74% 0.72% -
XYZ 18.8 34.75 9.09 -
YUV 127.82 85.77 71.07 -
System Red Green Blue C M Y K H S L
Decimal 48 183 53 0.74 0 0.71 0.28 122.22 0.58 0.45
Hex 30 B7 35 4A 0 47 1C 7A 3A 2D
Octal 60 267 65 112 0 107 34 172 72 55
Binary 110000 10110111 110101 1001010 0 1000111 11100 1111010 111010 101101

Color Harmonies of #30B735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B735

Black with #30B735

Text Example


Text Example

White with #30B735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,183,53); }

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

background-color css

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

 a { background-color: rgb(48,183,53); }

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

border-color css

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

 span { border-color: rgb(48,183,53); }

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