Html Css Color HEX #28FF3D Lime Green

📋 copy color: '#28FF3D'

red 40 ◦ green 255 ◦ blue 61

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

Shades of Lime Green #28FF3D

Tints of Lime Green #28FF3D

RGB

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

 GREEN value IS 255 (100% from 255) = 71.63%

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

R = 11.24%
G = 71.63%
B = 17.13%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#28FF3D (or 0x28FF3D) is known color: Lime Green. HEX triplet: 28, FF and 3D. RGB value is (40,255,61). Sum of RGB (Red+Green+Blue) = 40+255+61=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 255 (100% from 255 or 71.63% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 255 - color contains mainly: green. Hex color #28FF3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FF3D is #D700C2. Grayscale: #A9A9A9. Windows color (decimal): -14090435 or 4063016. OLE color: 4063016.

HSL color Cylindrical-coordinate representation of color #28FF3D: hue angle of 125.86º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FF3D is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.

Color convert

RGB 40 255 61 -
CMYK 0.84 0 0.76 0
HSL 125.86º 1% 0.58% -
HSV(B) 125.86º 0.84% 1% -
XYZ 37.48 72.31 16.4 -
YUV 168.6 67.27 36.27 -
System Red Green Blue C M Y K H S L
Decimal 40 255 61 0.84 0 0.76 0 125.86 1 0.58
Hex 28 FF 3D 54 0 4C 0 7E 64 3A
Octal 50 377 75 124 0 114 0 176 144 72
Binary 101000 11111111 111101 1010100 0 1001100 0 1111110 1100100 111010

Color Harmonies of #28FF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28FF3D

Black with #28FF3D

Text Example


Text Example

White with #28FF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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