Html Css Color HEX #1CBD2D Lime Green

📋 copy color: '#1CBD2D'

red 28 ◦ green 189 ◦ blue 45

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

Shades of Lime Green #1CBD2D

Tints of Lime Green #1CBD2D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 72.14%

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

R = 10.69%
G = 72.14%
B = 17.18%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#1CBD2D (or 0x1CBD2D) is known color: Lime Green. HEX triplet: 1C, BD and 2D. RGB value is (28,189,45). Sum of RGB (Red+Green+Blue) = 28+189+45=262 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.69% from 262); Green value is 189 (74.22% from 255 or 72.14% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 189 - color contains mainly: green. Hex color #1CBD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBD2D is #E342D2. Grayscale: #7C7C7C. Windows color (decimal): -14893779 or 2997532. OLE color: 2997532.

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

Color convert

RGB 28 189 45 -
CMYK 0.85 0 0.76 0.26
HSL 126.34º 0.74% 0.43% -
HSV(B) 126.34º 0.85% 0.74% -
XYZ 19.15 36.83 8.58 -
YUV 124.45 83.16 59.21 -
System Red Green Blue C M Y K H S L
Decimal 28 189 45 0.85 0 0.76 0.26 126.34 0.74 0.43
Hex 1C BD 2D 55 0 4C 1A 7E 4A 2B
Octal 34 275 55 125 0 114 32 176 112 53
Binary 11100 10111101 101101 1010101 0 1001100 11010 1111110 1001010 101011

Color Harmonies of #1CBD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBD2D

Black with #1CBD2D

Text Example


Text Example

White with #1CBD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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