#CBFF22

Color #CBFF22 Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #CBFF22

Tints of Electric Lime #CBFF22

Color information

#CBFF22 (or 0xCBFF22) is unknown color: approx Electric Lime. HEX triplet: CB, FF and 22. RGB value is (203,255,34). Sum of RGB (Red+Green+Blue) = 203+255+34=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 34 (13.67% from 255 or 6.91% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF22 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFF22 is #3400DD. Grayscale: #D7D7D7. Windows color (decimal): -3408094 or 2293707. OLE color: 2293707.

HSL color Cylindrical-coordinate representation of color #CBFF22: hue angle of 74.12º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CBFF22 is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB20325534-
CMYK0.2000.870
HSL74.12º100%56.67%-
HSV(B)74.12º86.67%100%-
XYZ60.6884.3314.59-
YUV214.2626.27119.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.26%
GREEN value IS 255 (100% from 255) = 51.83%
BLUE value IS 34 (13.67% from 255) = 6.91%
R=41.26%
G=51.83%
B=6.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal203255340.2000.87074.1210056.67
HexCBFF221405704a6439
Octal31337742240127011214471
Binary11001011111111111000101010001010111010010101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFF22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFF22; }

 p { color: rgb(203,255,34); }

 H1.HeaderClassName
 {
   color: #CBFF22;
 }
 .AnyTagClassName
 {
   color: #CBFF22;
 }
</style>
background-color css

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

 a { background-color: rgb(203,255,34); }

 div.DivClassName
 {
   background-color: #CBFF22;
 }
 .BgClassName
 {
   background-color: #CBFF22;
 }
</style>
border-color css

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

 span { border-color: rgb(203,255,34); }

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