Html Css Color HEX #28F243 Lime Green

📋 copy color: '#28F243'

red 40 ◦ green 242 ◦ blue 67

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

Shades of Lime Green #28F243

Tints of Lime Green #28F243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.2%

R = 11.46%
G = 69.34%
B = 19.2%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#28F243 (or 0x28F243) is known color: Lime Green. HEX triplet: 28, F2 and 43. RGB value is (40,242,67). Sum of RGB (Red+Green+Blue) = 40+242+67=349 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.46% from 349); Green value is 242 (94.92% from 255 or 69.34% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 242 - color contains mainly: green. Hex color #28F243 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F243 is #D70DBC. Grayscale: #A2A2A2. Windows color (decimal): -14093757 or 4452904. OLE color: 4452904.

HSL color Cylindrical-coordinate representation of color #28F243: hue angle of 128.02º 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 #28F243 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 40 242 67 -
CMYK 0.83 0 0.72 0.05
HSL 128.02º 0.89% 0.55% -
HSV(B) 128.02º 0.83% 0.95% -
XYZ 33.64 64.36 15.96 -
YUV 161.65 74.58 41.23 -
System Red Green Blue C M Y K H S L
Decimal 40 242 67 0.83 0 0.72 0.05 128.02 0.89 0.55
Hex 28 F2 43 53 0 48 5 80 59 37
Octal 50 362 103 123 0 110 5 200 131 67
Binary 101000 11110010 1000011 1010011 0 1001000 101 10000000 1011001 110111

Color Harmonies of #28F243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F243

Black with #28F243

Text Example


Text Example

White with #28F243

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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