Html Css Color HEX #3AFF30 Lime Green

📋 copy color: '#3AFF30'

red 58 ◦ green 255 ◦ blue 48

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

Shades of Lime Green #3AFF30

Tints of Lime Green #3AFF30

RGB

 RED value IS 58 (23.05% from 255) = 16.07%

 GREEN value IS 255 (100% from 255) = 70.64%

 BLUE value IS 48 (19.14% from 255) = 13.3%

R = 16.07%
G = 70.64%
B = 13.3%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#3AFF30 (or 0x3AFF30) is known color: Lime Green. HEX triplet: 3A, FF and 30. RGB value is (58,255,48). Sum of RGB (Red+Green+Blue) = 58+255+48=361 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.07% from 361); Green value is 255 (100% from 255 or 70.64% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFF30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFF30 is #C500CF. Grayscale: #ADADAD. Windows color (decimal): -12910800 or 3211066. OLE color: 3211066.

HSL color Cylindrical-coordinate representation of color #3AFF30: hue angle of 117.1º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3AFF30 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 58 255 48 -
CMYK 0.77 0 0.81 0
HSL 117.1º 1% 0.59% -
HSV(B) 117.1º 0.81% 1% -
XYZ 38.04 72.63 14.81 -
YUV 172.5 57.73 46.33 -
System Red Green Blue C M Y K H S L
Decimal 58 255 48 0.77 0 0.81 0 117.1 1 0.59
Hex 3A FF 30 4D 0 51 0 75 64 3B
Octal 72 377 60 115 0 121 0 165 144 73
Binary 111010 11111111 110000 1001101 0 1010001 0 1110101 1100100 111011

Color Harmonies of #3AFF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AFF30

Black with #3AFF30

Text Example


Text Example

White with #3AFF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AFF30; }

 p { color: rgb(58,255,48); }

 H1.HeaderClassName
 {
   color: #3AFF30;
 }
 .AnyTagClassName
 {
   color: #3AFF30;
 }
</style>

background-color css

<style>
 a { background-color: #3AFF30; }

 a { background-color: rgb(58,255,48); }

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

border-color css

<style>
 span { border-color: #3AFF30; }

 span { border-color: rgb(58,255,48); }

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