Html Css Color HEX #28F230 Lime Green

📋 copy color: '#28F230'

red 40 ◦ green 242 ◦ blue 48

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

Shades of Lime Green #28F230

Tints of Lime Green #28F230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.55%

R = 12.12%
G = 73.33%
B = 14.55%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#28F230 (or 0x28F230) is known color: Lime Green. HEX triplet: 28, F2 and 30. RGB value is (40,242,48). Sum of RGB (Red+Green+Blue) = 40+242+48=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 242 (94.92% from 255 or 73.33% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 242 - color contains mainly: green. Hex color #28F230 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F230 is #D70DCF. Grayscale: #A0A0A0. Windows color (decimal): -14093776 or 3207720. OLE color: 3207720.

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

Color convert

RGB 40 242 48 -
CMYK 0.83 0 0.80 0.05
HSL 122.38º 0.89% 0.55% -
HSV(B) 122.38º 0.83% 0.95% -
XYZ 33.16 64.17 13.43 -
YUV 159.49 65.08 42.77 -
System Red Green Blue C M Y K H S L
Decimal 40 242 48 0.83 0 0.80 0.05 122.38 0.89 0.55
Hex 28 F2 30 53 0 50 5 7A 59 37
Octal 50 362 60 123 0 120 5 172 131 67
Binary 101000 11110010 110000 1010011 0 1010000 101 1111010 1011001 110111

Color Harmonies of #28F230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F230

Black with #28F230

Text Example


Text Example

White with #28F230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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