Html Css Color HEX #3DF132 Lime Green

📋 copy color: '#3DF132'

red 61 ◦ green 241 ◦ blue 50

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

Shades of Lime Green #3DF132

Tints of Lime Green #3DF132

RGB

 RED value IS 61 (24.22% from 255) = 17.33%

 GREEN value IS 241 (94.53% from 255) = 68.47%

 BLUE value IS 50 (19.92% from 255) = 14.2%

R = 17.33%
G = 68.47%
B = 14.2%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#3DF132 (or 0x3DF132) is known color: Lime Green. HEX triplet: 3D, F1 and 32. RGB value is (61,241,50). Sum of RGB (Red+Green+Blue) = 61+241+50=352 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.33% from 352); Green value is 241 (94.53% from 255 or 68.47% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 241 - color contains mainly: green. Hex color #3DF132 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF132 is #C20ECD. Grayscale: #A5A5A5. Windows color (decimal): -12717774 or 3338557. OLE color: 3338557.

HSL color Cylindrical-coordinate representation of color #3DF132: hue angle of 116.54º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3DF132 is Cyan = 0.75, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 61 241 50 -
CMYK 0.75 0 0.79 0.05
HSL 116.54º 0.87% 0.57% -
HSV(B) 116.54º 0.79% 0.95% -
XYZ 33.96 64.13 13.61 -
YUV 165.41 62.87 53.53 -
System Red Green Blue C M Y K H S L
Decimal 61 241 50 0.75 0 0.79 0.05 116.54 0.87 0.57
Hex 3D F1 32 4B 0 4F 5 75 57 39
Octal 75 361 62 113 0 117 5 165 127 71
Binary 111101 11110001 110010 1001011 0 1001111 101 1110101 1010111 111001

Color Harmonies of #3DF132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF132

Black with #3DF132

Text Example


Text Example

White with #3DF132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,241,50); }

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

background-color css

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

 a { background-color: rgb(61,241,50); }

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

border-color css

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

 span { border-color: rgb(61,241,50); }

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