Html Css Color HEX #23C02D Lime Green

📋 copy color: '#23C02D'

red 35 ◦ green 192 ◦ blue 45

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

Shades of Lime Green #23C02D

Tints of Lime Green #23C02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.54%

R = 12.87%
G = 70.59%
B = 16.54%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#23C02D (or 0x23C02D) is known color: Lime Green. HEX triplet: 23, C0 and 2D. RGB value is (35,192,45). Sum of RGB (Red+Green+Blue) = 35+192+45=272 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.87% from 272); Green value is 192 (75.39% from 255 or 70.59% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 192 - color contains mainly: green. Hex color #23C02D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C02D is #DC3FD2. Grayscale: #808080. Windows color (decimal): -14434259 or 2998307. OLE color: 2998307.

HSL color Cylindrical-coordinate representation of color #23C02D: hue angle of 123.82º 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 #23C02D is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 192 45 -
CMYK 0.82 0 0.77 0.25
HSL 123.82º 0.69% 0.45% -
HSV(B) 123.82º 0.82% 0.75% -
XYZ 20.02 38.25 8.81 -
YUV 128.3 80.99 61.45 -
System Red Green Blue C M Y K H S L
Decimal 35 192 45 0.82 0 0.77 0.25 123.82 0.69 0.45
Hex 23 C0 2D 52 0 4D 19 7C 45 2D
Octal 43 300 55 122 0 115 31 174 105 55
Binary 100011 11000000 101101 1010010 0 1001101 11001 1111100 1000101 101101

Color Harmonies of #23C02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23C02D

Black with #23C02D

Text Example


Text Example

White with #23C02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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