Html Css Color HEX #30D74B Lime Green

📋 copy color: '#30D74B'

red 48 ◦ green 215 ◦ blue 75

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

Shades of Lime Green #30D74B

Tints of Lime Green #30D74B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.19%

R = 14.2%
G = 63.61%
B = 22.19%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#30D74B (or 0x30D74B) is known color: Lime Green. HEX triplet: 30, D7 and 4B. RGB value is (48,215,75). Sum of RGB (Red+Green+Blue) = 48+215+75=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 215 (84.38% from 255 or 63.61% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 215 - color contains mainly: green. Hex color #30D74B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D74B is #CF28B4. Grayscale: #959595. Windows color (decimal): -13576373 or 4970288. OLE color: 4970288.

HSL color Cylindrical-coordinate representation of color #30D74B: hue angle of 129.7º 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 #30D74B is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 215 75 -
CMYK 0.78 0 0.65 0.16
HSL 129.7º 0.68% 0.52% -
HSV(B) 129.7º 0.78% 0.84% -
XYZ 26.79 49.74 14.84 -
YUV 149.11 86.17 55.88 -
System Red Green Blue C M Y K H S L
Decimal 48 215 75 0.78 0 0.65 0.16 129.7 0.68 0.52
Hex 30 D7 4B 4E 0 41 10 82 44 34
Octal 60 327 113 116 0 101 20 202 104 64
Binary 110000 11010111 1001011 1001110 0 1000001 10000 10000010 1000100 110100

Color Harmonies of #30D74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D74B

Black with #30D74B

Text Example


Text Example

White with #30D74B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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