Html Css Color HEX #53CF34 Lime Green

📋 copy color: '#53CF34'

red 83 ◦ green 207 ◦ blue 52

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

Shades of Lime Green #53CF34

Tints of Lime Green #53CF34

RGB

 RED value IS 83 (32.81% from 255) = 24.27%

 GREEN value IS 207 (81.25% from 255) = 60.53%

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

R = 24.27%
G = 60.53%
B = 15.2%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#53CF34 (or 0x53CF34) is known color: Lime Green. HEX triplet: 53, CF and 34. RGB value is (83,207,52). Sum of RGB (Red+Green+Blue) = 83+207+52=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 207 (81.25% from 255 or 60.53% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 207 - color contains mainly: green. Hex color #53CF34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CF34 is #AC30CB. Grayscale: #989898. Windows color (decimal): -11284684 or 3460947. OLE color: 3460947.

HSL color Cylindrical-coordinate representation of color #53CF34: hue angle of 108º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53CF34 is Cyan = 0.60, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 207 52 -
CMYK 0.60 0 0.75 0.19
HSL 108º 0.62% 0.51% -
HSV(B) 108º 0.75% 0.81% -
XYZ 26.5 46.71 10.87 -
YUV 152.25 71.42 78.6 -
System Red Green Blue C M Y K H S L
Decimal 83 207 52 0.60 0 0.75 0.19 108 0.62 0.51
Hex 53 CF 34 3C 0 4B 13 6C 3E 33
Octal 123 317 64 74 0 113 23 154 76 63
Binary 1010011 11001111 110100 111100 0 1001011 10011 1101100 111110 110011

Color Harmonies of #53CF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CF34

Black with #53CF34

Text Example


Text Example

White with #53CF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53CF34; }

 p { color: rgb(83,207,52); }

 H1.HeaderClassName
 {
   color: #53CF34;
 }
 .AnyTagClassName
 {
   color: #53CF34;
 }
</style>

background-color css

<style>
 a { background-color: #53CF34; }

 a { background-color: rgb(83,207,52); }

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

border-color css

<style>
 span { border-color: #53CF34; }

 span { border-color: rgb(83,207,52); }

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