Html Css Color HEX #3FCD30 Lime Green

📋 copy color: '#3FCD30'

red 63 ◦ green 205 ◦ blue 48

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

Shades of Lime Green #3FCD30

Tints of Lime Green #3FCD30

RGB

 RED value IS 63 (25% from 255) = 19.94%

 GREEN value IS 205 (80.47% from 255) = 64.87%

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

R = 19.94%
G = 64.87%
B = 15.19%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#3FCD30 (or 0x3FCD30) is known color: Lime Green. HEX triplet: 3F, CD and 30. RGB value is (63,205,48). Sum of RGB (Red+Green+Blue) = 63+205+48=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 205 (80.47% from 255 or 64.87% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCD30 is #C032CF. Grayscale: #919191. Windows color (decimal): -12595920 or 3198271. OLE color: 3198271.

HSL color Cylindrical-coordinate representation of color #3FCD30: hue angle of 114.27º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3FCD30 is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 205 48 -
CMYK 0.69 0 0.77 0.20
HSL 114.27º 0.62% 0.5% -
HSV(B) 114.27º 0.77% 0.8% -
XYZ 24.41 44.93 10.18 -
YUV 144.64 73.46 69.77 -
System Red Green Blue C M Y K H S L
Decimal 63 205 48 0.69 0 0.77 0.20 114.27 0.62 0.5
Hex 3F CD 30 45 0 4D 14 72 3E 32
Octal 77 315 60 105 0 115 24 162 76 62
Binary 111111 11001101 110000 1000101 0 1001101 10100 1110010 111110 110010

Color Harmonies of #3FCD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCD30

Black with #3FCD30

Text Example


Text Example

White with #3FCD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,205,48); }

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

background-color css

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

 a { background-color: rgb(63,205,48); }

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

border-color css

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

 span { border-color: rgb(63,205,48); }

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