Html Css Color HEX #30F13B Lime Green

📋 copy color: '#30F13B'

red 48 ◦ green 241 ◦ blue 59

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

Shades of Lime Green #30F13B

Tints of Lime Green #30F13B

RGB

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

 GREEN value IS 241 (94.53% from 255) = 69.25%

 BLUE value IS 59 (23.44% from 255) = 16.95%

R = 13.79%
G = 69.25%
B = 16.95%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#30F13B (or 0x30F13B) is known color: Lime Green. HEX triplet: 30, F1 and 3B. RGB value is (48,241,59). Sum of RGB (Red+Green+Blue) = 48+241+59=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 241 (94.53% from 255 or 69.25% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 241 - color contains mainly: green. Hex color #30F13B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F13B is #CF0EC4. Grayscale: #A3A3A3. Windows color (decimal): -13569733 or 3928368. OLE color: 3928368.

HSL color Cylindrical-coordinate representation of color #30F13B: hue angle of 123.42º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F13B is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 241 59 -
CMYK 0.80 0 0.76 0.05
HSL 123.42º 0.87% 0.57% -
HSV(B) 123.42º 0.8% 0.95% -
XYZ 33.46 63.85 14.7 -
YUV 162.55 69.56 46.3 -
System Red Green Blue C M Y K H S L
Decimal 48 241 59 0.80 0 0.76 0.05 123.42 0.87 0.57
Hex 30 F1 3B 50 0 4C 5 7B 57 39
Octal 60 361 73 120 0 114 5 173 127 71
Binary 110000 11110001 111011 1010000 0 1001100 101 1111011 1010111 111001

Color Harmonies of #30F13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F13B

Black with #30F13B

Text Example


Text Example

White with #30F13B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,241,59); }

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

background-color css

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

 a { background-color: rgb(48,241,59); }

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

border-color css

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

 span { border-color: rgb(48,241,59); }

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