Html Css Color HEX #3FCA25 Lime Green

📋 copy color: '#3FCA25'

red 63 ◦ green 202 ◦ blue 37

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

Shades of Lime Green #3FCA25

Tints of Lime Green #3FCA25

RGB

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

 GREEN value IS 202 (79.3% from 255) = 66.89%

 BLUE value IS 37 (14.84% from 255) = 12.25%

R = 20.86%
G = 66.89%
B = 12.25%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#3FCA25 (or 0x3FCA25) is known color: Lime Green. HEX triplet: 3F, CA and 25. RGB value is (63,202,37). Sum of RGB (Red+Green+Blue) = 63+202+37=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 202 (79.30% from 255 or 66.89% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCA25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCA25 is #C035DA. Grayscale: #8E8E8E. Windows color (decimal): -12596699 or 2476607. OLE color: 2476607.

HSL color Cylindrical-coordinate representation of color #3FCA25: hue angle of 110.55º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3FCA25 is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 63 202 37 -
CMYK 0.69 0 0.82 0.21
HSL 110.55º 0.69% 0.47% -
HSV(B) 110.55º 0.82% 0.79% -
XYZ 23.5 43.43 8.89 -
YUV 141.63 68.95 71.92 -
System Red Green Blue C M Y K H S L
Decimal 63 202 37 0.69 0 0.82 0.21 110.55 0.69 0.47
Hex 3F CA 25 45 0 52 15 6F 45 2F
Octal 77 312 45 105 0 122 25 157 105 57
Binary 111111 11001010 100101 1000101 0 1010010 10101 1101111 1000101 101111

Color Harmonies of #3FCA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCA25

Black with #3FCA25

Text Example


Text Example

White with #3FCA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,202,37); }

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

background-color css

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

 a { background-color: rgb(63,202,37); }

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

border-color css

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

 span { border-color: rgb(63,202,37); }

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