Html Css Color HEX #CBFE1C Electric Lime

📋 copy color: '#CBFE1C'

red 203 ◦ green 254 ◦ blue 28

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

Shades of Electric Lime #CBFE1C

Tints of Electric Lime #CBFE1C

RGB

 RED value IS 203 (79.69% from 255) = 41.86%

 GREEN value IS 254 (99.61% from 255) = 52.37%

 BLUE value IS 28 (11.33% from 255) = 5.77%

R = 41.86%
G = 52.37%
B = 5.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#CBFE1C (or 0xCBFE1C) is known color: Electric Lime. HEX triplet: CB, FE and 1C. RGB value is (203,254,28). Sum of RGB (Red+Green+Blue) = 203+254+28=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 28 (11.33% from 255 or 5.77% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFE1C is #3401E3. Grayscale: #D5D5D5. Windows color (decimal): -3408356 or 1900235. OLE color: 1900235.

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

Color convert

RGB 203 254 28 -
CMYK 0.20 0 0.89 0.00
HSL 73.54º 0.99% 0.55% -
HSV(B) 73.54º 0.89% 1% -
XYZ 60.28 83.66 14.07 -
YUV 212.99 23.6 120.88 -
System Red Green Blue C M Y K H S L
Decimal 203 254 28 0.20 0 0.89 0.00 73.54 0.99 0.55
Hex CB FE 1C 14 0 59 0 4A 63 37
Octal 313 376 34 24 0 131 0 112 143 67
Binary 11001011 11111110 11100 10100 0 1011001 0 1001010 1100011 110111

Color Harmonies of #CBFE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFE1C

Black with #CBFE1C

Text Example


Text Example

White with #CBFE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFE1C; }

 p { color: rgb(203,254,28); }

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

background-color css

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

 a { background-color: rgb(203,254,28); }

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

border-color css

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

 span { border-color: rgb(203,254,28); }

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