Html Css Color HEX #3FCD28 Lime Green

📋 copy color: '#3FCD28'

red 63 ◦ green 205 ◦ blue 40

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

Shades of Lime Green #3FCD28

Tints of Lime Green #3FCD28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.99%

R = 20.45%
G = 66.56%
B = 12.99%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#3FCD28 (or 0x3FCD28) is known color: Lime Green. HEX triplet: 3F, CD and 28. RGB value is (63,205,40). Sum of RGB (Red+Green+Blue) = 63+205+40=308 (40% of max value = 765). Red value is 63 (25% from 255 or 20.45% from 308); Green value is 205 (80.47% from 255 or 66.56% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCD28 is #C032D7. Grayscale: #909090. Windows color (decimal): -12595928 or 2673983. OLE color: 2673983.

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

Color convert

RGB 63 205 40 -
CMYK 0.69 0 0.80 0.20
HSL 111.64º 0.67% 0.48% -
HSV(B) 111.64º 0.8% 0.8% -
XYZ 24.26 44.87 9.39 -
YUV 143.73 69.46 70.42 -
System Red Green Blue C M Y K H S L
Decimal 63 205 40 0.69 0 0.80 0.20 111.64 0.67 0.48
Hex 3F CD 28 45 0 50 14 70 43 30
Octal 77 315 50 105 0 120 24 160 103 60
Binary 111111 11001101 101000 1000101 0 1010000 10100 1110000 1000011 110000

Color Harmonies of #3FCD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FCD28

Black with #3FCD28

Text Example


Text Example

White with #3FCD28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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