Html Css Color HEX #28B235 Lime Green

📋 copy color: '#28B235'

red 40 ◦ green 178 ◦ blue 53

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

Shades of Lime Green #28B235

Tints of Lime Green #28B235

RGB

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

 GREEN value IS 178 (69.92% from 255) = 65.68%

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

R = 14.76%
G = 65.68%
B = 19.56%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#28B235 (or 0x28B235) is known color: Lime Green. HEX triplet: 28, B2 and 35. RGB value is (40,178,53). Sum of RGB (Red+Green+Blue) = 40+178+53=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 178 (69.92% from 255 or 65.68% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 178 - color contains mainly: green. Hex color #28B235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28B235 is #D74DCA. Grayscale: #7A7A7A. Windows color (decimal): -14110155 or 3519016. OLE color: 3519016.

HSL color Cylindrical-coordinate representation of color #28B235: hue angle of 125.65º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B235 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 40 178 53 -
CMYK 0.78 0 0.70 0.30
HSL 125.65º 0.63% 0.43% -
HSV(B) 125.65º 0.78% 0.7% -
XYZ 17.44 32.55 8.73 -
YUV 122.49 88.78 69.16 -
System Red Green Blue C M Y K H S L
Decimal 40 178 53 0.78 0 0.70 0.30 125.65 0.63 0.43
Hex 28 B2 35 4E 0 46 1E 7E 3F 2B
Octal 50 262 65 116 0 106 36 176 77 53
Binary 101000 10110010 110101 1001110 0 1000110 11110 1111110 111111 101011

Color Harmonies of #28B235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B235

Black with #28B235

Text Example


Text Example

White with #28B235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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