Html Css Color HEX #23C02E Lime Green

📋 copy color: '#23C02E'

red 35 ◦ green 192 ◦ blue 46

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

Shades of Lime Green #23C02E

Tints of Lime Green #23C02E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 70.33%

 BLUE value IS 46 (18.36% from 255) = 16.85%

R = 12.82%
G = 70.33%
B = 16.85%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#23C02E (or 0x23C02E) is known color: Lime Green. HEX triplet: 23, C0 and 2E. RGB value is (35,192,46). Sum of RGB (Red+Green+Blue) = 35+192+46=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 192 (75.39% from 255 or 70.33% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 192 - color contains mainly: green. Hex color #23C02E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C02E is #DC3FD1. Grayscale: #808080. Windows color (decimal): -14434258 or 3063843. OLE color: 3063843.

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

Color convert

RGB 35 192 46 -
CMYK 0.82 0 0.76 0.25
HSL 124.2º 0.69% 0.45% -
HSV(B) 124.2º 0.82% 0.75% -
XYZ 20.04 38.25 8.91 -
YUV 128.41 81.49 61.37 -
System Red Green Blue C M Y K H S L
Decimal 35 192 46 0.82 0 0.76 0.25 124.2 0.69 0.45
Hex 23 C0 2E 52 0 4C 19 7C 45 2D
Octal 43 300 56 122 0 114 31 174 105 55
Binary 100011 11000000 101110 1010010 0 1001100 11001 1111100 1000101 101101

Color Harmonies of #23C02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23C02E

Black with #23C02E

Text Example


Text Example

White with #23C02E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,192,46); }

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

background-color css

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

 a { background-color: rgb(35,192,46); }

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

border-color css

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

 span { border-color: rgb(35,192,46); }

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