Html Css Color HEX #28F235 Lime Green

📋 copy color: '#28F235'

red 40 ◦ green 242 ◦ blue 53

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

Shades of Lime Green #28F235

Tints of Lime Green #28F235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.82%

R = 11.94%
G = 72.24%
B = 15.82%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#28F235 (or 0x28F235) is known color: Lime Green. HEX triplet: 28, F2 and 35. RGB value is (40,242,53). Sum of RGB (Red+Green+Blue) = 40+242+53=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 242 (94.92% from 255 or 72.24% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 242 - color contains mainly: green. Hex color #28F235 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F235 is #D70DCA. Grayscale: #A0A0A0. Windows color (decimal): -14093771 or 3535400. OLE color: 3535400.

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

Color convert

RGB 40 242 53 -
CMYK 0.83 0 0.78 0.05
HSL 123.86º 0.89% 0.55% -
HSV(B) 123.86º 0.83% 0.95% -
XYZ 33.27 64.21 14.01 -
YUV 160.06 67.58 42.37 -
System Red Green Blue C M Y K H S L
Decimal 40 242 53 0.83 0 0.78 0.05 123.86 0.89 0.55
Hex 28 F2 35 53 0 4E 5 7C 59 37
Octal 50 362 65 123 0 116 5 174 131 67
Binary 101000 11110010 110101 1010011 0 1001110 101 1111100 1011001 110111

Color Harmonies of #28F235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F235

Black with #28F235

Text Example


Text Example

White with #28F235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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