Html Css Color HEX #28C234 Lime Green

📋 copy color: '#28C234'

red 40 ◦ green 194 ◦ blue 52

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

Shades of Lime Green #28C234

Tints of Lime Green #28C234

RGB

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

 GREEN value IS 194 (76.17% from 255) = 67.83%

 BLUE value IS 52 (20.7% from 255) = 18.18%

R = 13.99%
G = 67.83%
B = 18.18%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#28C234 (or 0x28C234) is known color: Lime Green. HEX triplet: 28, C2 and 34. RGB value is (40,194,52). Sum of RGB (Red+Green+Blue) = 40+194+52=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 194 (76.17% from 255 or 67.83% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 194 - color contains mainly: green. Hex color #28C234 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C234 is #D73DCB. Grayscale: #848484. Windows color (decimal): -14106060 or 3457576. OLE color: 3457576.

HSL color Cylindrical-coordinate representation of color #28C234: hue angle of 124.68º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C234 is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 40 194 52 -
CMYK 0.79 0 0.73 0.24
HSL 124.68º 0.66% 0.46% -
HSV(B) 124.68º 0.79% 0.76% -
XYZ 20.79 39.28 9.74 -
YUV 131.77 82.98 62.55 -
System Red Green Blue C M Y K H S L
Decimal 40 194 52 0.79 0 0.73 0.24 124.68 0.66 0.46
Hex 28 C2 34 4F 0 49 18 7D 42 2E
Octal 50 302 64 117 0 111 30 175 102 56
Binary 101000 11000010 110100 1001111 0 1001001 11000 1111101 1000010 101110

Color Harmonies of #28C234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C234

Black with #28C234

Text Example


Text Example

White with #28C234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,194,52); }

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

background-color css

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

 a { background-color: rgb(40,194,52); }

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

border-color css

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

 span { border-color: rgb(40,194,52); }

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