Html Css Color HEX #23CA25 Lime Green

📋 copy color: '#23CA25'

red 35 ◦ green 202 ◦ blue 37

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

Shades of Lime Green #23CA25

Tints of Lime Green #23CA25

RGB

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

 GREEN value IS 202 (79.3% from 255) = 73.72%

 BLUE value IS 37 (14.84% from 255) = 13.5%

R = 12.77%
G = 73.72%
B = 13.5%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#23CA25 (or 0x23CA25) is known color: Lime Green. HEX triplet: 23, CA and 25. RGB value is (35,202,37). Sum of RGB (Red+Green+Blue) = 35+202+37=274 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.77% from 274); Green value is 202 (79.30% from 255 or 73.72% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 202 - color contains mainly: green. Hex color #23CA25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23CA25 is #DC35DA. Grayscale: #858585. Windows color (decimal): -14431707 or 2476579. OLE color: 2476579.

HSL color Cylindrical-coordinate representation of color #23CA25: hue angle of 120.72º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23CA25 is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 35 202 37 -
CMYK 0.83 0 0.82 0.21
HSL 120.72º 0.7% 0.46% -
HSV(B) 120.72º 0.83% 0.79% -
XYZ 22.15 42.73 8.83 -
YUV 133.26 73.67 57.92 -
System Red Green Blue C M Y K H S L
Decimal 35 202 37 0.83 0 0.82 0.21 120.72 0.7 0.46
Hex 23 CA 25 53 0 52 15 79 46 2E
Octal 43 312 45 123 0 122 25 171 106 56
Binary 100011 11001010 100101 1010011 0 1010010 10101 1111001 1000110 101110

Color Harmonies of #23CA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CA25

Black with #23CA25

Text Example


Text Example

White with #23CA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,202,37); }

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

background-color css

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

 a { background-color: rgb(35,202,37); }

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

border-color css

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

 span { border-color: rgb(35,202,37); }

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