Html Css Color HEX #CBFE1E Electric Lime

📋 copy color: '#CBFE1E'

red 203 ◦ green 254 ◦ blue 30

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

Shades of Electric Lime #CBFE1E

Tints of Electric Lime #CBFE1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.16%

R = 41.68%
G = 52.16%
B = 6.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#CBFE1E (or 0xCBFE1E) is known color: Electric Lime. HEX triplet: CB, FE and 1E. RGB value is (203,254,30). Sum of RGB (Red+Green+Blue) = 203+254+30=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 254 (99.61% from 255 or 52.16% from 487); Blue value is 30 (12.11% from 255 or 6.16% from 487); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFE1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFE1E is #3401E1. Grayscale: #D6D6D6. Windows color (decimal): -3408354 or 2031307. OLE color: 2031307.

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

Color convert

RGB 203 254 30 -
CMYK 0.20 0 0.88 0.00
HSL 73.66º 0.99% 0.56% -
HSV(B) 73.66º 0.88% 1% -
XYZ 60.3 83.67 14.2 -
YUV 213.22 24.6 120.71 -
System Red Green Blue C M Y K H S L
Decimal 203 254 30 0.20 0 0.88 0.00 73.66 0.99 0.56
Hex CB FE 1E 14 0 58 0 4A 63 38
Octal 313 376 36 24 0 130 0 112 143 70
Binary 11001011 11111110 11110 10100 0 1011000 0 1001010 1100011 111000

Color Harmonies of #CBFE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFE1E

Black with #CBFE1E

Text Example


Text Example

White with #CBFE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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