Html Css Color HEX #28F53D Lime Green

📋 copy color: '#28F53D'

red 40 ◦ green 245 ◦ blue 61

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

Shades of Lime Green #28F53D

Tints of Lime Green #28F53D

RGB

 RED value IS 40 (16.02% from 255) = 11.56%

 GREEN value IS 245 (96.09% from 255) = 70.81%

 BLUE value IS 61 (24.22% from 255) = 17.63%

R = 11.56%
G = 70.81%
B = 17.63%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#28F53D (or 0x28F53D) is known color: Lime Green. HEX triplet: 28, F5 and 3D. RGB value is (40,245,61). Sum of RGB (Red+Green+Blue) = 40+245+61=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 245 (96.09% from 255 or 70.81% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 245 - color contains mainly: green. Hex color #28F53D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F53D is #D70AC2. Grayscale: #A3A3A3. Windows color (decimal): -14092995 or 4060456. OLE color: 4060456.

HSL color Cylindrical-coordinate representation of color #28F53D: hue angle of 126.15º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F53D is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 40 245 61 -
CMYK 0.84 0 0.75 0.04
HSL 126.15º 0.91% 0.56% -
HSV(B) 126.15º 0.84% 0.96% -
XYZ 34.37 66.09 15.36 -
YUV 162.73 70.58 40.46 -
System Red Green Blue C M Y K H S L
Decimal 40 245 61 0.84 0 0.75 0.04 126.15 0.91 0.56
Hex 28 F5 3D 54 0 4B 4 7E 5B 38
Octal 50 365 75 124 0 113 4 176 133 70
Binary 101000 11110101 111101 1010100 0 1001011 100 1111110 1011011 111000

Color Harmonies of #28F53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F53D

Black with #28F53D

Text Example


Text Example

White with #28F53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28F53D; }

 p { color: rgb(40,245,61); }

 H1.HeaderClassName
 {
   color: #28F53D;
 }
 .AnyTagClassName
 {
   color: #28F53D;
 }
</style>

background-color css

<style>
 a { background-color: #28F53D; }

 a { background-color: rgb(40,245,61); }

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

border-color css

<style>
 span { border-color: #28F53D; }

 span { border-color: rgb(40,245,61); }

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