Html Css Color HEX #28C334 Lime Green

📋 copy color: '#28C334'

red 40 ◦ green 195 ◦ blue 52

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

Shades of Lime Green #28C334

Tints of Lime Green #28C334

RGB

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

 GREEN value IS 195 (76.56% from 255) = 67.94%

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

R = 13.94%
G = 67.94%
B = 18.12%

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

#28C334 (or 0x28C334) is known color: Lime Green. HEX triplet: 28, C3 and 34. RGB value is (40,195,52). Sum of RGB (Red+Green+Blue) = 40+195+52=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 195 (76.56% from 255 or 67.94% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 195 - color contains mainly: green. Hex color #28C334 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C334 is #D73CCB. Grayscale: #848484. Windows color (decimal): -14105804 or 3457832. OLE color: 3457832.

HSL color Cylindrical-coordinate representation of color #28C334: hue angle of 124.65º 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 #28C334 is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 40 195 52 -
CMYK 0.79 0 0.73 0.24
HSL 124.65º 0.66% 0.46% -
HSV(B) 124.65º 0.79% 0.76% -
XYZ 21.01 39.73 9.81 -
YUV 132.35 82.65 62.13 -
System Red Green Blue C M Y K H S L
Decimal 40 195 52 0.79 0 0.73 0.24 124.65 0.66 0.46
Hex 28 C3 34 4F 0 49 18 7D 42 2E
Octal 50 303 64 117 0 111 30 175 102 56
Binary 101000 11000011 110100 1001111 0 1001001 11000 1111101 1000010 101110

Color Harmonies of #28C334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28C334

Black with #28C334

Text Example


Text Example

White with #28C334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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