Html Css Color HEX #30BA35 Lime Green

📋 copy color: '#30BA35'

red 48 ◦ green 186 ◦ blue 53

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

Shades of Lime Green #30BA35

Tints of Lime Green #30BA35

RGB

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

 GREEN value IS 186 (73.05% from 255) = 64.81%

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

R = 16.72%
G = 64.81%
B = 18.47%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#30BA35 (or 0x30BA35) is known color: Lime Green. HEX triplet: 30, BA and 35. RGB value is (48,186,53). Sum of RGB (Red+Green+Blue) = 48+186+53=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 186 (73.05% from 255 or 64.81% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 186 - color contains mainly: green. Hex color #30BA35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BA35 is #CF45CA. Grayscale: #818181. Windows color (decimal): -13583819 or 3521072. OLE color: 3521072.

HSL color Cylindrical-coordinate representation of color #30BA35: hue angle of 122.17º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BA35 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 186 53 -
CMYK 0.74 0 0.72 0.27
HSL 122.17º 0.59% 0.46% -
HSV(B) 122.17º 0.74% 0.73% -
XYZ 19.42 36 9.29 -
YUV 129.58 84.78 69.81 -
System Red Green Blue C M Y K H S L
Decimal 48 186 53 0.74 0 0.72 0.27 122.17 0.59 0.46
Hex 30 BA 35 4A 0 48 1B 7A 3B 2E
Octal 60 272 65 112 0 110 33 172 73 56
Binary 110000 10111010 110101 1001010 0 1001000 11011 1111010 111011 101110

Color Harmonies of #30BA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BA35

Black with #30BA35

Text Example


Text Example

White with #30BA35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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