Html Css Color HEX #1CBC22 Lime Green

📋 copy color: '#1CBC22'

red 28 ◦ green 188 ◦ blue 34

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

Shades of Lime Green #1CBC22

Tints of Lime Green #1CBC22

RGB

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

 GREEN value IS 188 (73.83% from 255) = 75.2%

 BLUE value IS 34 (13.67% from 255) = 13.6%

R = 11.2%
G = 75.2%
B = 13.6%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#1CBC22 (or 0x1CBC22) is known color: Lime Green. HEX triplet: 1C, BC and 22. RGB value is (28,188,34). Sum of RGB (Red+Green+Blue) = 28+188+34=250 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.2% from 250); Green value is 188 (73.83% from 255 or 75.2% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBC22 is #E343DD. Grayscale: #7B7B7B. Windows color (decimal): -14894046 or 2276380. OLE color: 2276380.

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

Color convert

RGB 28 188 34 -
CMYK 0.85 0 0.82 0.26
HSL 122.25º 0.74% 0.42% -
HSV(B) 122.25º 0.85% 0.74% -
XYZ 18.75 36.33 7.54 -
YUV 122.6 77.99 60.52 -
System Red Green Blue C M Y K H S L
Decimal 28 188 34 0.85 0 0.82 0.26 122.25 0.74 0.42
Hex 1C BC 22 55 0 52 1A 7A 4A 2A
Octal 34 274 42 125 0 122 32 172 112 52
Binary 11100 10111100 100010 1010101 0 1010010 11010 1111010 1001010 101010

Color Harmonies of #1CBC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBC22

Black with #1CBC22

Text Example


Text Example

White with #1CBC22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,188,34); }

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

background-color css

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

 a { background-color: rgb(28,188,34); }

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

border-color css

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

 span { border-color: rgb(28,188,34); }

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