Html Css Color HEX #3FE235 Lime Green

📋 copy color: '#3FE235'

red 63 ◦ green 226 ◦ blue 53

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

Shades of Lime Green #3FE235

Tints of Lime Green #3FE235

RGB

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

 GREEN value IS 226 (88.67% from 255) = 66.08%

 BLUE value IS 53 (21.09% from 255) = 15.5%

R = 18.42%
G = 66.08%
B = 15.5%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#3FE235 (or 0x3FE235) is known color: Lime Green. HEX triplet: 3F, E2 and 35. RGB value is (63,226,53). Sum of RGB (Red+Green+Blue) = 63+226+53=342 (45% of max value = 765). Red value is 63 (25% from 255 or 18.42% from 342); Green value is 226 (88.67% from 255 or 66.08% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 226 - color contains mainly: green. Hex color #3FE235 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE235 is #C01DCA. Grayscale: #9E9E9E. Windows color (decimal): -12590539 or 3531327. OLE color: 3531327.

HSL color Cylindrical-coordinate representation of color #3FE235: hue angle of 116.53º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3FE235 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 63 226 53 -
CMYK 0.72 0 0.77 0.11
HSL 116.53º 0.75% 0.55% -
HSV(B) 116.53º 0.77% 0.89% -
XYZ 29.89 55.71 12.55 -
YUV 157.54 69 60.57 -
System Red Green Blue C M Y K H S L
Decimal 63 226 53 0.72 0 0.77 0.11 116.53 0.75 0.55
Hex 3F E2 35 48 0 4D B 75 4B 37
Octal 77 342 65 110 0 115 13 165 113 67
Binary 111111 11100010 110101 1001000 0 1001101 1011 1110101 1001011 110111

Color Harmonies of #3FE235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE235

Black with #3FE235

Text Example


Text Example

White with #3FE235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,226,53); }

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

background-color css

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

 a { background-color: rgb(63,226,53); }

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

border-color css

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

 span { border-color: rgb(63,226,53); }

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