Html Css Color HEX #23CC1F Lime Green

📋 copy color: '#23CC1F'

red 35 ◦ green 204 ◦ blue 31

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

Shades of Lime Green #23CC1F

Tints of Lime Green #23CC1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.48%

R = 12.96%
G = 75.56%
B = 11.48%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#23CC1F (or 0x23CC1F) is known color: Lime Green. HEX triplet: 23, CC and 1F. RGB value is (35,204,31). Sum of RGB (Red+Green+Blue) = 35+204+31=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 204 (80.08% from 255 or 75.56% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 204 - color contains mainly: green. Hex color #23CC1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23CC1F is #DC33E0. Grayscale: #868686. Windows color (decimal): -14431201 or 2083875. OLE color: 2083875.

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

Color convert

RGB 35 204 31 -
CMYK 0.83 0 0.85 0.2
HSL 118.61º 0.74% 0.46% -
HSV(B) 118.61º 0.85% 0.8% -
XYZ 22.53 43.64 8.53 -
YUV 133.75 70.01 57.57 -
System Red Green Blue C M Y K H S L
Decimal 35 204 31 0.83 0 0.85 0.2 118.61 0.74 0.46
Hex 23 CC 1F 53 0 55 14 77 4A 2E
Octal 43 314 37 123 0 125 24 167 112 56
Binary 100011 11001100 11111 1010011 0 1010101 10100 1110111 1001010 101110

Color Harmonies of #23CC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CC1F

Black with #23CC1F

Text Example


Text Example

White with #23CC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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