Html Css Color HEX #3AF330 Lime Green

📋 copy color: '#3AF330'

red 58 ◦ green 243 ◦ blue 48

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

Shades of Lime Green #3AF330

Tints of Lime Green #3AF330

RGB

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

 GREEN value IS 243 (95.31% from 255) = 69.63%

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

R = 16.62%
G = 69.63%
B = 13.75%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#3AF330 (or 0x3AF330) is known color: Lime Green. HEX triplet: 3A, F3 and 30. RGB value is (58,243,48). Sum of RGB (Red+Green+Blue) = 58+243+48=349 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.62% from 349); Green value is 243 (95.31% from 255 or 69.63% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF330 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AF330 is #C50CCF. Grayscale: #A6A6A6. Windows color (decimal): -12913872 or 3207994. OLE color: 3207994.

HSL color Cylindrical-coordinate representation of color #3AF330: hue angle of 116.92º degrees, saturation: 0.89, 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 #3AF330 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 58 243 48 -
CMYK 0.76 0 0.80 0.05
HSL 116.92º 0.89% 0.57% -
HSV(B) 116.92º 0.8% 0.95% -
XYZ 34.33 65.21 13.57 -
YUV 165.46 61.71 51.36 -
System Red Green Blue C M Y K H S L
Decimal 58 243 48 0.76 0 0.80 0.05 116.92 0.89 0.57
Hex 3A F3 30 4C 0 50 5 75 59 39
Octal 72 363 60 114 0 120 5 165 131 71
Binary 111010 11110011 110000 1001100 0 1010000 101 1110101 1011001 111001

Color Harmonies of #3AF330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF330

Black with #3AF330

Text Example


Text Example

White with #3AF330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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