Html Css Color HEX #30D735 Lime Green

📋 copy color: '#30D735'

red 48 ◦ green 215 ◦ blue 53

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

Shades of Lime Green #30D735

Tints of Lime Green #30D735

RGB

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

 GREEN value IS 215 (84.38% from 255) = 68.04%

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

R = 15.19%
G = 68.04%
B = 16.77%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#30D735 (or 0x30D735) is known color: Lime Green. HEX triplet: 30, D7 and 35. RGB value is (48,215,53). Sum of RGB (Red+Green+Blue) = 48+215+53=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 215 (84.38% from 255 or 68.04% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 215 - color contains mainly: green. Hex color #30D735 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D735 is #CF28CA. Grayscale: #939393. Windows color (decimal): -13576395 or 3528496. OLE color: 3528496.

HSL color Cylindrical-coordinate representation of color #30D735: hue angle of 121.8º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D735 is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 215 53 -
CMYK 0.78 0 0.75 0.16
HSL 121.8º 0.68% 0.52% -
HSV(B) 121.8º 0.78% 0.84% -
XYZ 26.16 49.49 11.54 -
YUV 146.6 75.17 57.67 -
System Red Green Blue C M Y K H S L
Decimal 48 215 53 0.78 0 0.75 0.16 121.8 0.68 0.52
Hex 30 D7 35 4E 0 4B 10 7A 44 34
Octal 60 327 65 116 0 113 20 172 104 64
Binary 110000 11010111 110101 1001110 0 1001011 10000 1111010 1000100 110100

Color Harmonies of #30D735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D735

Black with #30D735

Text Example


Text Example

White with #30D735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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