Html Css Color HEX #28F941 Lime Green

📋 copy color: '#28F941'

red 40 ◦ green 249 ◦ blue 65

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

Shades of Lime Green #28F941

Tints of Lime Green #28F941

RGB

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

 GREEN value IS 249 (97.66% from 255) = 70.34%

 BLUE value IS 65 (25.78% from 255) = 18.36%

R = 11.3%
G = 70.34%
B = 18.36%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#28F941 (or 0x28F941) is known color: Lime Green. HEX triplet: 28, F9 and 41. RGB value is (40,249,65). Sum of RGB (Red+Green+Blue) = 40+249+65=354 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.30% from 354); Green value is 249 (97.66% from 255 or 70.34% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 249 - color contains mainly: green. Hex color #28F941 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F941 is #D706BE. Grayscale: #A6A6A6. Windows color (decimal): -14091967 or 4323624. OLE color: 4323624.

HSL color Cylindrical-coordinate representation of color #28F941: hue angle of 127.18º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F941 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 249 65 -
CMYK 0.84 0 0.74 0.02
HSL 127.18º 0.95% 0.57% -
HSV(B) 127.18º 0.84% 0.98% -
XYZ 35.7 68.58 16.36 -
YUV 165.53 71.26 38.46 -
System Red Green Blue C M Y K H S L
Decimal 40 249 65 0.84 0 0.74 0.02 127.18 0.95 0.57
Hex 28 F9 41 54 0 4A 2 7F 5F 39
Octal 50 371 101 124 0 112 2 177 137 71
Binary 101000 11111001 1000001 1010100 0 1001010 10 1111111 1011111 111001

Color Harmonies of #28F941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F941

Black with #28F941

Text Example


Text Example

White with #28F941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,249,65); }

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

background-color css

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

 a { background-color: rgb(40,249,65); }

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

border-color css

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

 span { border-color: rgb(40,249,65); }

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