Html Css Color HEX #23CF12 Lime Green

📋 copy color: '#23CF12'

red 35 ◦ green 207 ◦ blue 18

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

Shades of Lime Green #23CF12

Tints of Lime Green #23CF12

RGB

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

 GREEN value IS 207 (81.25% from 255) = 79.62%

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

R = 13.46%
G = 79.62%
B = 6.92%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#23CF12 (or 0x23CF12) is known color: Lime Green. HEX triplet: 23, CF and 12. RGB value is (35,207,18). Sum of RGB (Red+Green+Blue) = 35+207+18=260 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.46% from 260); Green value is 207 (81.25% from 255 or 79.62% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 207 - color contains mainly: green. Hex color #23CF12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #23CF12 is #DC30ED. Grayscale: #868686. Windows color (decimal): -14430446 or 1232675. OLE color: 1232675.

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

Color convert

RGB 35 207 18 -
CMYK 0.83 0 0.91 0.19
HSL 114.6º 0.84% 0.44% -
HSV(B) 114.6º 0.91% 0.81% -
XYZ 23.12 45.03 8.04 -
YUV 134.03 62.52 57.37 -
System Red Green Blue C M Y K H S L
Decimal 35 207 18 0.83 0 0.91 0.19 114.6 0.84 0.44
Hex 23 CF 12 53 0 5B 13 73 54 2C
Octal 43 317 22 123 0 133 23 163 124 54
Binary 100011 11001111 10010 1010011 0 1011011 10011 1110011 1010100 101100

Color Harmonies of #23CF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CF12

Black with #23CF12

Text Example


Text Example

White with #23CF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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