Html Css Color HEX #23C52D Lime Green

📋 copy color: '#23C52D'

red 35 ◦ green 197 ◦ blue 45

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

Shades of Lime Green #23C52D

Tints of Lime Green #23C52D

RGB

 RED value IS 35 (14.06% from 255) = 12.64%

 GREEN value IS 197 (77.34% from 255) = 71.12%

 BLUE value IS 45 (17.97% from 255) = 16.25%

R = 12.64%
G = 71.12%
B = 16.25%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#23C52D (or 0x23C52D) is known color: Lime Green. HEX triplet: 23, C5 and 2D. RGB value is (35,197,45). Sum of RGB (Red+Green+Blue) = 35+197+45=277 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.64% from 277); Green value is 197 (77.34% from 255 or 71.12% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 197 - color contains mainly: green. Hex color #23C52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C52D is #DC3AD2. Grayscale: #838383. Windows color (decimal): -14432979 or 2999587. OLE color: 2999587.

HSL color Cylindrical-coordinate representation of color #23C52D: hue angle of 123.7º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C52D is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 35 197 45 -
CMYK 0.82 0 0.77 0.23
HSL 123.7º 0.7% 0.45% -
HSV(B) 123.7º 0.82% 0.77% -
XYZ 21.13 40.48 9.18 -
YUV 131.23 79.33 59.36 -
System Red Green Blue C M Y K H S L
Decimal 35 197 45 0.82 0 0.77 0.23 123.7 0.7 0.45
Hex 23 C5 2D 52 0 4D 17 7C 46 2D
Octal 43 305 55 122 0 115 27 174 106 55
Binary 100011 11000101 101101 1010010 0 1001101 10111 1111100 1000110 101101

Color Harmonies of #23C52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23C52D

Black with #23C52D

Text Example


Text Example

White with #23C52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23C52D; }

 p { color: rgb(35,197,45); }

 H1.HeaderClassName
 {
   color: #23C52D;
 }
 .AnyTagClassName
 {
   color: #23C52D;
 }
</style>

background-color css

<style>
 a { background-color: #23C52D; }

 a { background-color: rgb(35,197,45); }

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

border-color css

<style>
 span { border-color: #23C52D; }

 span { border-color: rgb(35,197,45); }

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