Html Css Color HEX #54D64B Lime Green

📋 copy color: '#54D64B'

red 84 ◦ green 214 ◦ blue 75

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

Shades of Lime Green #54D64B

Tints of Lime Green #54D64B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 57.37%

 BLUE value IS 75 (29.69% from 255) = 20.11%

R = 22.52%
G = 57.37%
B = 20.11%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#54D64B (or 0x54D64B) is known color: Lime Green. HEX triplet: 54, D6 and 4B. RGB value is (84,214,75). Sum of RGB (Red+Green+Blue) = 84+214+75=373 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.52% from 373); Green value is 214 (83.98% from 255 or 57.37% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 214 - color contains mainly: green. Hex color #54D64B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54D64B is #AB29B4. Grayscale: #9F9F9F. Windows color (decimal): -11217333 or 4970068. OLE color: 4970068.

HSL color Cylindrical-coordinate representation of color #54D64B: hue angle of 116.12º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54D64B is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 84 214 75 -
CMYK 0.61 0 0.65 0.16
HSL 116.12º 0.63% 0.57% -
HSV(B) 116.12º 0.65% 0.84% -
XYZ 28.97 50.49 14.87 -
YUV 159.28 80.43 74.3 -
System Red Green Blue C M Y K H S L
Decimal 84 214 75 0.61 0 0.65 0.16 116.12 0.63 0.57
Hex 54 D6 4B 3D 0 41 10 74 3F 39
Octal 124 326 113 75 0 101 20 164 77 71
Binary 1010100 11010110 1001011 111101 0 1000001 10000 1110100 111111 111001

Color Harmonies of #54D64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54D64B

Black with #54D64B

Text Example


Text Example

White with #54D64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,214,75); }

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

background-color css

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

 a { background-color: rgb(84,214,75); }

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

border-color css

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

 span { border-color: rgb(84,214,75); }

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