Html Css Color HEX #3DF72B Lime Green

📋 copy color: '#3DF72B'

red 61 ◦ green 247 ◦ blue 43

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

Shades of Lime Green #3DF72B

Tints of Lime Green #3DF72B

RGB

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

 GREEN value IS 247 (96.88% from 255) = 70.37%

 BLUE value IS 43 (17.19% from 255) = 12.25%

R = 17.38%
G = 70.37%
B = 12.25%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#3DF72B (or 0x3DF72B) is known color: Lime Green. HEX triplet: 3D, F7 and 2B. RGB value is (61,247,43). Sum of RGB (Red+Green+Blue) = 61+247+43=351 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.38% from 351); Green value is 247 (96.88% from 255 or 70.37% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF72B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF72B is #C208D4. Grayscale: #A8A8A8. Windows color (decimal): -12716245 or 2881341. OLE color: 2881341.

HSL color Cylindrical-coordinate representation of color #3DF72B: hue angle of 114.71º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3DF72B is Cyan = 0.75, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB 61 247 43 -
CMYK 0.75 0 0.83 0.03
HSL 114.71º 0.93% 0.57% -
HSV(B) 114.71º 0.83% 0.97% -
XYZ 35.62 67.69 13.47 -
YUV 168.13 57.38 51.59 -
System Red Green Blue C M Y K H S L
Decimal 61 247 43 0.75 0 0.83 0.03 114.71 0.93 0.57
Hex 3D F7 2B 4B 0 53 3 73 5D 39
Octal 75 367 53 113 0 123 3 163 135 71
Binary 111101 11110111 101011 1001011 0 1010011 11 1110011 1011101 111001

Color Harmonies of #3DF72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DF72B

Black with #3DF72B

Text Example


Text Example

White with #3DF72B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,247,43); }

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

background-color css

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

 a { background-color: rgb(61,247,43); }

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

border-color css

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

 span { border-color: rgb(61,247,43); }

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