Html Css Color HEX #28F330 Lime Green

📋 copy color: '#28F330'

red 40 ◦ green 243 ◦ blue 48

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

Shades of Lime Green #28F330

Tints of Lime Green #28F330

RGB

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

 GREEN value IS 243 (95.31% from 255) = 73.41%

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

R = 12.08%
G = 73.41%
B = 14.5%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#28F330 (or 0x28F330) is known color: Lime Green. HEX triplet: 28, F3 and 30. RGB value is (40,243,48). Sum of RGB (Red+Green+Blue) = 40+243+48=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 243 (95.31% from 255 or 73.41% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 243 - color contains mainly: green. Hex color #28F330 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F330 is #D70CCF. Grayscale: #A0A0A0. Windows color (decimal): -14093520 or 3207976. OLE color: 3207976.

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

Color convert

RGB 40 243 48 -
CMYK 0.84 0 0.80 0.05
HSL 122.36º 0.89% 0.55% -
HSV(B) 122.36º 0.84% 0.95% -
XYZ 33.46 64.77 13.53 -
YUV 160.07 64.75 42.36 -
System Red Green Blue C M Y K H S L
Decimal 40 243 48 0.84 0 0.80 0.05 122.36 0.89 0.55
Hex 28 F3 30 54 0 50 5 7A 59 37
Octal 50 363 60 124 0 120 5 172 131 67
Binary 101000 11110011 110000 1010100 0 1010000 101 1111010 1011001 110111

Color Harmonies of #28F330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F330

Black with #28F330

Text Example


Text Example

White with #28F330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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