Html Css Color HEX #30FA3E Lime Green

📋 copy color: '#30FA3E'

red 48 ◦ green 250 ◦ blue 62

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

Shades of Lime Green #30FA3E

Tints of Lime Green #30FA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.22%

R = 13.33%
G = 69.44%
B = 17.22%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#30FA3E (or 0x30FA3E) is known color: Lime Green. HEX triplet: 30, FA and 3E. RGB value is (48,250,62). Sum of RGB (Red+Green+Blue) = 48+250+62=360 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.33% from 360); Green value is 250 (98.05% from 255 or 69.44% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 250 - color contains mainly: green. Hex color #30FA3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30FA3E is #CF05C1. Grayscale: #A8A8A8. Windows color (decimal): -13567426 or 4127280. OLE color: 4127280.

HSL color Cylindrical-coordinate representation of color #30FA3E: hue angle of 124.16º 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 #30FA3E is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 250 62 -
CMYK 0.81 0 0.75 0.02
HSL 124.16º 0.95% 0.58% -
HSV(B) 124.16º 0.81% 0.98% -
XYZ 36.27 69.35 16.03 -
YUV 168.17 68.08 42.29 -
System Red Green Blue C M Y K H S L
Decimal 48 250 62 0.81 0 0.75 0.02 124.16 0.95 0.58
Hex 30 FA 3E 51 0 4B 2 7C 5F 3A
Octal 60 372 76 121 0 113 2 174 137 72
Binary 110000 11111010 111110 1010001 0 1001011 10 1111100 1011111 111010

Color Harmonies of #30FA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FA3E

Black with #30FA3E

Text Example


Text Example

White with #30FA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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