Html Css Color HEX #30FA38 Lime Green

📋 copy color: '#30FA38'

red 48 ◦ green 250 ◦ blue 56

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

Shades of Lime Green #30FA38

Tints of Lime Green #30FA38

RGB

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

 GREEN value IS 250 (98.05% from 255) = 70.62%

 BLUE value IS 56 (22.27% from 255) = 15.82%

R = 13.56%
G = 70.62%
B = 15.82%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#30FA38 (or 0x30FA38) is known color: Lime Green. HEX triplet: 30, FA and 38. RGB value is (48,250,56). Sum of RGB (Red+Green+Blue) = 48+250+56=354 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.56% from 354); Green value is 250 (98.05% from 255 or 70.62% from 354); Blue value is 56 (22.27% from 255 or 15.82% from 354); Max value from RGB is 250 - color contains mainly: green. Hex color #30FA38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30FA38 is #CF05C7. Grayscale: #A8A8A8. Windows color (decimal): -13567432 or 3734064. OLE color: 3734064.

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

Color convert

RGB 48 250 56 -
CMYK 0.81 0 0.78 0.02
HSL 122.38º 0.95% 0.58% -
HSV(B) 122.38º 0.81% 0.98% -
XYZ 36.12 69.29 15.21 -
YUV 167.49 65.08 42.77 -
System Red Green Blue C M Y K H S L
Decimal 48 250 56 0.81 0 0.78 0.02 122.38 0.95 0.58
Hex 30 FA 38 51 0 4E 2 7A 5F 3A
Octal 60 372 70 121 0 116 2 172 137 72
Binary 110000 11111010 111000 1010001 0 1001110 10 1111010 1011111 111010

Color Harmonies of #30FA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FA38

Black with #30FA38

Text Example


Text Example

White with #30FA38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,250,56); }

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

background-color css

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

 a { background-color: rgb(48,250,56); }

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

border-color css

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

 span { border-color: rgb(48,250,56); }

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