Html Css Color HEX #54D235 Lime Green

📋 copy color: '#54D235'

red 84 ◦ green 210 ◦ blue 53

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

Shades of Lime Green #54D235

Tints of Lime Green #54D235

RGB

 RED value IS 84 (33.2% from 255) = 24.21%

 GREEN value IS 210 (82.42% from 255) = 60.52%

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

R = 24.21%
G = 60.52%
B = 15.27%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#54D235 (or 0x54D235) is known color: Lime Green. HEX triplet: 54, D2 and 35. RGB value is (84,210,53). Sum of RGB (Red+Green+Blue) = 84+210+53=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 210 (82.42% from 255 or 60.52% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 210 - color contains mainly: green. Hex color #54D235 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54D235 is #AB2DCA. Grayscale: #9A9A9A. Windows color (decimal): -11218379 or 3527252. OLE color: 3527252.

HSL color Cylindrical-coordinate representation of color #54D235: hue angle of 108.15º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #54D235 is Cyan = 0.6, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 84 210 53 -
CMYK 0.6 0 0.75 0.18
HSL 108.15º 0.64% 0.52% -
HSV(B) 108.15º 0.75% 0.82% -
XYZ 27.35 48.24 11.24 -
YUV 154.43 70.76 77.77 -
System Red Green Blue C M Y K H S L
Decimal 84 210 53 0.6 0 0.75 0.18 108.15 0.64 0.52
Hex 54 D2 35 3C 0 4B 12 6C 40 34
Octal 124 322 65 74 0 113 22 154 100 64
Binary 1010100 11010010 110101 111100 0 1001011 10010 1101100 1000000 110100

Color Harmonies of #54D235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54D235

Black with #54D235

Text Example


Text Example

White with #54D235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54D235; }

 p { color: rgb(84,210,53); }

 H1.HeaderClassName
 {
   color: #54D235;
 }
 .AnyTagClassName
 {
   color: #54D235;
 }
</style>

background-color css

<style>
 a { background-color: #54D235; }

 a { background-color: rgb(84,210,53); }

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

border-color css

<style>
 span { border-color: #54D235; }

 span { border-color: rgb(84,210,53); }

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