Html Css Color HEX #CBFD1F Electric Lime

📋 copy color: '#CBFD1F'

red 203 ◦ green 253 ◦ blue 31

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

Shades of Electric Lime #CBFD1F

Tints of Electric Lime #CBFD1F

RGB

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

 GREEN value IS 253 (99.22% from 255) = 51.95%

 BLUE value IS 31 (12.5% from 255) = 6.37%

R = 41.68%
G = 51.95%
B = 6.37%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#CBFD1F (or 0xCBFD1F) is known color: Electric Lime. HEX triplet: CB, FD and 1F. RGB value is (203,253,31). Sum of RGB (Red+Green+Blue) = 203+253+31=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 253 (99.22% from 255 or 51.95% from 487); Blue value is 31 (12.5% from 255 or 6.37% from 487); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFD1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFD1F is #3402E0. Grayscale: #D5D5D5. Windows color (decimal): -3408609 or 2096587. OLE color: 2096587.

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

Color convert

RGB 203 253 31 -
CMYK 0.20 0 0.88 0.01
HSL 73.51º 0.98% 0.56% -
HSV(B) 73.51º 0.88% 0.99% -
XYZ 60 83.05 14.16 -
YUV 212.74 25.44 121.05 -
System Red Green Blue C M Y K H S L
Decimal 203 253 31 0.20 0 0.88 0.01 73.51 0.98 0.56
Hex CB FD 1F 14 0 58 1 4A 62 38
Octal 313 375 37 24 0 130 1 112 142 70
Binary 11001011 11111101 11111 10100 0 1011000 1 1001010 1100010 111000

Color Harmonies of #CBFD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFD1F

Black with #CBFD1F

Text Example


Text Example

White with #CBFD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFD1F; }

 p { color: rgb(203,253,31); }

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

background-color css

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

 a { background-color: rgb(203,253,31); }

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

border-color css

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

 span { border-color: rgb(203,253,31); }

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