Html Css Color HEX #23C345 Lime Green

📋 copy color: '#23C345'

red 35 ◦ green 195 ◦ blue 69

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

Shades of Lime Green #23C345

Tints of Lime Green #23C345

RGB

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

 GREEN value IS 195 (76.56% from 255) = 65.22%

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

R = 11.71%
G = 65.22%
B = 23.08%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#23C345 (or 0x23C345) is known color: Lime Green. HEX triplet: 23, C3 and 45. RGB value is (35,195,69). Sum of RGB (Red+Green+Blue) = 35+195+69=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 195 (76.56% from 255 or 65.22% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 195 - color contains mainly: green. Hex color #23C345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C345 is #DC3CBA. Grayscale: #858585. Windows color (decimal): -14433467 or 4571939. OLE color: 4571939.

HSL color Cylindrical-coordinate representation of color #23C345: hue angle of 132.75º degrees, saturation: 0.7, 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 #23C345 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 35 195 69 -
CMYK 0.82 0 0.65 0.24
HSL 132.75º 0.7% 0.45% -
HSV(B) 132.75º 0.82% 0.76% -
XYZ 21.28 39.82 12.19 -
YUV 132.8 91.99 58.25 -
System Red Green Blue C M Y K H S L
Decimal 35 195 69 0.82 0 0.65 0.24 132.75 0.7 0.45
Hex 23 C3 45 52 0 41 18 85 46 2D
Octal 43 303 105 122 0 101 30 205 106 55
Binary 100011 11000011 1000101 1010010 0 1000001 11000 10000101 1000110 101101

Color Harmonies of #23C345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23C345

Black with #23C345

Text Example


Text Example

White with #23C345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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