Html Css Color HEX #30FB4A Lime Green

📋 copy color: '#30FB4A'

red 48 ◦ green 251 ◦ blue 74

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

Shades of Lime Green #30FB4A

Tints of Lime Green #30FB4A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 67.29%

 BLUE value IS 74 (29.3% from 255) = 19.84%

R = 12.87%
G = 67.29%
B = 19.84%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#30FB4A (or 0x30FB4A) is known color: Lime Green. HEX triplet: 30, FB and 4A. RGB value is (48,251,74). Sum of RGB (Red+Green+Blue) = 48+251+74=373 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.87% from 373); Green value is 251 (98.44% from 255 or 67.29% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 251 - color contains mainly: green. Hex color #30FB4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30FB4A is #CF04B5. Grayscale: #AAAAAA. Windows color (decimal): -13567158 or 4913968. OLE color: 4913968.

HSL color Cylindrical-coordinate representation of color #30FB4A: hue angle of 127.68º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FB4A is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 251 74 -
CMYK 0.81 0 0.71 0.02
HSL 127.68º 0.96% 0.59% -
HSV(B) 127.68º 0.81% 0.98% -
XYZ 36.95 70.12 18.06 -
YUV 170.13 73.75 40.89 -
System Red Green Blue C M Y K H S L
Decimal 48 251 74 0.81 0 0.71 0.02 127.68 0.96 0.59
Hex 30 FB 4A 51 0 47 2 80 60 3B
Octal 60 373 112 121 0 107 2 200 140 73
Binary 110000 11111011 1001010 1010001 0 1000111 10 10000000 1100000 111011

Color Harmonies of #30FB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FB4A

Black with #30FB4A

Text Example


Text Example

White with #30FB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,251,74); }

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

background-color css

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

 a { background-color: rgb(48,251,74); }

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

border-color css

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

 span { border-color: rgb(48,251,74); }

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