Html Css Color HEX #23CC46 Lime Green

📋 copy color: '#23CC46'

red 35 ◦ green 204 ◦ blue 70

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

Shades of Lime Green #23CC46

Tints of Lime Green #23CC46

RGB

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

 GREEN value IS 204 (80.08% from 255) = 66.02%

 BLUE value IS 70 (27.73% from 255) = 22.65%

R = 11.33%
G = 66.02%
B = 22.65%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#23CC46 (or 0x23CC46) is known color: Lime Green. HEX triplet: 23, CC and 46. RGB value is (35,204,70). Sum of RGB (Red+Green+Blue) = 35+204+70=309 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.33% from 309); Green value is 204 (80.08% from 255 or 66.02% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 204 - color contains mainly: green. Hex color #23CC46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23CC46 is #DC33B9. Grayscale: #8A8A8A. Windows color (decimal): -14431162 or 4639779. OLE color: 4639779.

HSL color Cylindrical-coordinate representation of color #23CC46: hue angle of 132.43º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23CC46 is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 35 204 70 -
CMYK 0.83 0 0.66 0.2
HSL 132.43º 0.71% 0.47% -
HSV(B) 132.43º 0.83% 0.8% -
XYZ 23.39 43.99 13.05 -
YUV 138.19 89.51 54.4 -
System Red Green Blue C M Y K H S L
Decimal 35 204 70 0.83 0 0.66 0.2 132.43 0.71 0.47
Hex 23 CC 46 53 0 42 14 84 47 2F
Octal 43 314 106 123 0 102 24 204 107 57
Binary 100011 11001100 1000110 1010011 0 1000010 10100 10000100 1000111 101111

Color Harmonies of #23CC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CC46

Black with #23CC46

Text Example


Text Example

White with #23CC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,204,70); }

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

background-color css

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

 a { background-color: rgb(35,204,70); }

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

border-color css

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

 span { border-color: rgb(35,204,70); }

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