Html Css Color HEX #30C754 Lime Green

📋 copy color: '#30C754'

red 48 ◦ green 199 ◦ blue 84

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

Shades of Lime Green #30C754

Tints of Lime Green #30C754

RGB

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

 GREEN value IS 199 (78.13% from 255) = 60.12%

 BLUE value IS 84 (33.2% from 255) = 25.38%

R = 14.5%
G = 60.12%
B = 25.38%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#30C754 (or 0x30C754) is known color: Lime Green. HEX triplet: 30, C7 and 54. RGB value is (48,199,84). Sum of RGB (Red+Green+Blue) = 48+199+84=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 199 (78.12% from 255 or 60.12% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 199 - color contains mainly: green. Hex color #30C754 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30C754 is #CF38AB. Grayscale: #8D8D8D. Windows color (decimal): -13580460 or 5556016. OLE color: 5556016.

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

Color convert

RGB 48 199 84 -
CMYK 0.76 0 0.58 0.22
HSL 134.3º 0.61% 0.48% -
HSV(B) 134.3º 0.76% 0.78% -
XYZ 23.24 42.12 15.29 -
YUV 140.74 95.97 61.85 -
System Red Green Blue C M Y K H S L
Decimal 48 199 84 0.76 0 0.58 0.22 134.3 0.61 0.48
Hex 30 C7 54 4C 0 3A 16 86 3D 30
Octal 60 307 124 114 0 72 26 206 75 60
Binary 110000 11000111 1010100 1001100 0 111010 10110 10000110 111101 110000

Color Harmonies of #30C754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C754

Black with #30C754

Text Example


Text Example

White with #30C754

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,199,84); }

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

background-color css

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

 a { background-color: rgb(48,199,84); }

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

border-color css

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

 span { border-color: rgb(48,199,84); }

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