Html Css Color HEX #23C945 Lime Green

📋 copy color: '#23C945'

red 35 ◦ green 201 ◦ blue 69

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

Shades of Lime Green #23C945

Tints of Lime Green #23C945

RGB

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

 GREEN value IS 201 (78.91% from 255) = 65.9%

 BLUE value IS 69 (27.34% from 255) = 22.62%

R = 11.48%
G = 65.9%
B = 22.62%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#23C945 (or 0x23C945) is known color: Lime Green. HEX triplet: 23, C9 and 45. RGB value is (35,201,69). Sum of RGB (Red+Green+Blue) = 35+201+69=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 201 (78.91% from 255 or 65.90% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 201 - color contains mainly: green. Hex color #23C945 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C945 is #DC36BA. Grayscale: #888888. Windows color (decimal): -14431931 or 4573475. OLE color: 4573475.

HSL color Cylindrical-coordinate representation of color #23C945: hue angle of 132.29º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23C945 is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 35 201 69 -
CMYK 0.83 0 0.66 0.21
HSL 132.29º 0.7% 0.46% -
HSV(B) 132.29º 0.83% 0.79% -
XYZ 22.65 42.56 12.65 -
YUV 136.32 90 55.73 -
System Red Green Blue C M Y K H S L
Decimal 35 201 69 0.83 0 0.66 0.21 132.29 0.7 0.46
Hex 23 C9 45 53 0 42 15 84 46 2E
Octal 43 311 105 123 0 102 25 204 106 56
Binary 100011 11001001 1000101 1010011 0 1000010 10101 10000100 1000110 101110

Color Harmonies of #23C945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23C945

Black with #23C945

Text Example


Text Example

White with #23C945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,201,69); }

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

background-color css

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

 a { background-color: rgb(35,201,69); }

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

border-color css

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

 span { border-color: rgb(35,201,69); }

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