Html Css Color HEX #23C140 Lime Green

📋 copy color: '#23C140'

red 35 ◦ green 193 ◦ blue 64

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

Shades of Lime Green #23C140

Tints of Lime Green #23C140

RGB

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

 GREEN value IS 193 (75.78% from 255) = 66.1%

 BLUE value IS 64 (25.39% from 255) = 21.92%

R = 11.99%
G = 66.1%
B = 21.92%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#23C140 (or 0x23C140) is known color: Lime Green. HEX triplet: 23, C1 and 40. RGB value is (35,193,64). Sum of RGB (Red+Green+Blue) = 35+193+64=292 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.99% from 292); Green value is 193 (75.78% from 255 or 66.10% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 193 - color contains mainly: green. Hex color #23C140 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C140 is #DC3EBF. Grayscale: #838383. Windows color (decimal): -14433984 or 4243747. OLE color: 4243747.

HSL color Cylindrical-coordinate representation of color #23C140: hue angle of 131.01º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C140 is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 35 193 64 -
CMYK 0.82 0 0.67 0.24
HSL 131.01º 0.69% 0.45% -
HSV(B) 131.01º 0.82% 0.76% -
XYZ 20.69 38.87 11.26 -
YUV 131.05 90.15 59.49 -
System Red Green Blue C M Y K H S L
Decimal 35 193 64 0.82 0 0.67 0.24 131.01 0.69 0.45
Hex 23 C1 40 52 0 43 18 83 45 2D
Octal 43 301 100 122 0 103 30 203 105 55
Binary 100011 11000001 1000000 1010010 0 1000011 11000 10000011 1000101 101101

Color Harmonies of #23C140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23C140

Black with #23C140

Text Example


Text Example

White with #23C140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,193,64); }

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

background-color css

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

 a { background-color: rgb(35,193,64); }

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

border-color css

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

 span { border-color: rgb(35,193,64); }

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