Html Css Color HEX #54D234 Lime Green

📋 copy color: '#54D234'

red 84 ◦ green 210 ◦ blue 52

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

Shades of Lime Green #54D234

Tints of Lime Green #54D234

RGB

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

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

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

R = 24.28%
G = 60.69%
B = 15.03%

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

#54D234 (or 0x54D234) is known color: Lime Green. HEX triplet: 54, D2 and 34. RGB value is (84,210,52). Sum of RGB (Red+Green+Blue) = 84+210+52=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 210 (82.42% from 255 or 60.69% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 210 - color contains mainly: green. Hex color #54D234 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54D234 is #AB2DCB. Grayscale: #9A9A9A. Windows color (decimal): -11218380 or 3461716. OLE color: 3461716.

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

Color convert

RGB 84 210 52 -
CMYK 0.6 0 0.75 0.18
HSL 107.85º 0.64% 0.51% -
HSV(B) 107.85º 0.75% 0.82% -
XYZ 27.32 48.23 11.12 -
YUV 154.31 70.26 77.85 -
System Red Green Blue C M Y K H S L
Decimal 84 210 52 0.6 0 0.75 0.18 107.85 0.64 0.51
Hex 54 D2 34 3C 0 4B 12 6C 40 33
Octal 124 322 64 74 0 113 22 154 100 63
Binary 1010100 11010010 110100 111100 0 1001011 10010 1101100 1000000 110011

Color Harmonies of #54D234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54D234

Black with #54D234

Text Example


Text Example

White with #54D234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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