Html Css Color HEX #3FF235 Lime Green

📋 copy color: '#3FF235'

red 63 ◦ green 242 ◦ blue 53

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

Shades of Lime Green #3FF235

Tints of Lime Green #3FF235

RGB

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

 GREEN value IS 242 (94.92% from 255) = 67.6%

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

R = 17.6%
G = 67.6%
B = 14.8%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#3FF235 (or 0x3FF235) is known color: Lime Green. HEX triplet: 3F, F2 and 35. RGB value is (63,242,53). Sum of RGB (Red+Green+Blue) = 63+242+53=358 (47% of max value = 765). Red value is 63 (25% from 255 or 17.60% from 358); Green value is 242 (94.92% from 255 or 67.60% from 358); Blue value is 53 (21.09% from 255 or 14.80% from 358); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF235 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF235 is #C00DCA. Grayscale: #A7A7A7. Windows color (decimal): -12586443 or 3535423. OLE color: 3535423.

HSL color Cylindrical-coordinate representation of color #3FF235: hue angle of 116.83º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3FF235 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 63 242 53 -
CMYK 0.74 0 0.78 0.05
HSL 116.83º 0.88% 0.58% -
HSV(B) 116.83º 0.78% 0.95% -
XYZ 34.44 64.82 14.06 -
YUV 166.93 63.7 53.87 -
System Red Green Blue C M Y K H S L
Decimal 63 242 53 0.74 0 0.78 0.05 116.83 0.88 0.58
Hex 3F F2 35 4A 0 4E 5 75 58 3A
Octal 77 362 65 112 0 116 5 165 130 72
Binary 111111 11110010 110101 1001010 0 1001110 101 1110101 1011000 111010

Color Harmonies of #3FF235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF235

Black with #3FF235

Text Example


Text Example

White with #3FF235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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