Html Css Color HEX #23CC12 Lime Green

📋 copy color: '#23CC12'

red 35 ◦ green 204 ◦ blue 18

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

Shades of Lime Green #23CC12

Tints of Lime Green #23CC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7%

R = 13.62%
G = 79.38%
B = 7%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#23CC12 (or 0x23CC12) is known color: Lime Green. HEX triplet: 23, CC and 12. RGB value is (35,204,18). Sum of RGB (Red+Green+Blue) = 35+204+18=257 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.62% from 257); Green value is 204 (80.08% from 255 or 79.38% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 204 - color contains mainly: green. Hex color #23CC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23CC12 is #DC33ED. Grayscale: #848484. Windows color (decimal): -14431214 or 1231907. OLE color: 1231907.

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

Color convert

RGB 35 204 18 -
CMYK 0.83 0 0.91 0.2
HSL 114.52º 0.84% 0.44% -
HSV(B) 114.52º 0.91% 0.8% -
XYZ 22.4 43.59 7.81 -
YUV 132.27 63.51 58.62 -
System Red Green Blue C M Y K H S L
Decimal 35 204 18 0.83 0 0.91 0.2 114.52 0.84 0.44
Hex 23 CC 12 53 0 5B 14 73 54 2C
Octal 43 314 22 123 0 133 24 163 124 54
Binary 100011 11001100 10010 1010011 0 1011011 10100 1110011 1010100 101100

Color Harmonies of #23CC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CC12

Black with #23CC12

Text Example


Text Example

White with #23CC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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