Html Css Color HEX #28F23F Lime Green

📋 copy color: '#28F23F'

red 40 ◦ green 242 ◦ blue 63

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

Shades of Lime Green #28F23F

Tints of Lime Green #28F23F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 70.14%

 BLUE value IS 63 (25% from 255) = 18.26%

R = 11.59%
G = 70.14%
B = 18.26%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#28F23F (or 0x28F23F) is known color: Lime Green. HEX triplet: 28, F2 and 3F. RGB value is (40,242,63). Sum of RGB (Red+Green+Blue) = 40+242+63=345 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.59% from 345); Green value is 242 (94.92% from 255 or 70.14% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 242 - color contains mainly: green. Hex color #28F23F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F23F is #D70DC0. Grayscale: #A1A1A1. Windows color (decimal): -14093761 or 4190760. OLE color: 4190760.

HSL color Cylindrical-coordinate representation of color #28F23F: hue angle of 126.83º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F23F is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 40 242 63 -
CMYK 0.83 0 0.74 0.05
HSL 126.83º 0.89% 0.55% -
HSV(B) 126.83º 0.83% 0.95% -
XYZ 33.52 64.31 15.35 -
YUV 161.2 72.58 41.55 -
System Red Green Blue C M Y K H S L
Decimal 40 242 63 0.83 0 0.74 0.05 126.83 0.89 0.55
Hex 28 F2 3F 53 0 4A 5 7F 59 37
Octal 50 362 77 123 0 112 5 177 131 67
Binary 101000 11110010 111111 1010011 0 1001010 101 1111111 1011001 110111

Color Harmonies of #28F23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F23F

Black with #28F23F

Text Example


Text Example

White with #28F23F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,242,63); }

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

background-color css

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

 a { background-color: rgb(40,242,63); }

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

border-color css

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

 span { border-color: rgb(40,242,63); }

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