Html Css Color HEX #1CBE2D Lime Green

📋 copy color: '#1CBE2D'

red 28 ◦ green 190 ◦ blue 45

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

Shades of Lime Green #1CBE2D

Tints of Lime Green #1CBE2D

RGB

 RED value IS 28 (11.33% from 255) = 10.65%

 GREEN value IS 190 (74.61% from 255) = 72.24%

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

R = 10.65%
G = 72.24%
B = 17.11%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#1CBE2D (or 0x1CBE2D) is known color: Lime Green. HEX triplet: 1C, BE and 2D. RGB value is (28,190,45). Sum of RGB (Red+Green+Blue) = 28+190+45=263 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.65% from 263); Green value is 190 (74.61% from 255 or 72.24% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 190 - color contains mainly: green. Hex color #1CBE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBE2D is #E341D2. Grayscale: #7D7D7D. Windows color (decimal): -14893523 or 2997788. OLE color: 2997788.

HSL color Cylindrical-coordinate representation of color #1CBE2D: hue angle of 126.3º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBE2D is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 28 190 45 -
CMYK 0.85 0 0.76 0.25
HSL 126.3º 0.74% 0.43% -
HSV(B) 126.3º 0.85% 0.75% -
XYZ 19.37 37.26 8.65 -
YUV 125.03 82.83 58.79 -
System Red Green Blue C M Y K H S L
Decimal 28 190 45 0.85 0 0.76 0.25 126.3 0.74 0.43
Hex 1C BE 2D 55 0 4C 19 7E 4A 2B
Octal 34 276 55 125 0 114 31 176 112 53
Binary 11100 10111110 101101 1010101 0 1001100 11001 1111110 1001010 101011

Color Harmonies of #1CBE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBE2D

Black with #1CBE2D

Text Example


Text Example

White with #1CBE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CBE2D; }

 p { color: rgb(28,190,45); }

 H1.HeaderClassName
 {
   color: #1CBE2D;
 }
 .AnyTagClassName
 {
   color: #1CBE2D;
 }
</style>

background-color css

<style>
 a { background-color: #1CBE2D; }

 a { background-color: rgb(28,190,45); }

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

border-color css

<style>
 span { border-color: #1CBE2D; }

 span { border-color: rgb(28,190,45); }

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